Fix comment

This commit is contained in:
Tony DiCola 2015-04-03 01:53:57 -07:00
parent 1914cee8f0
commit 6826bf0f17

View file

@ -46,7 +46,8 @@ if __name__ == '__main__':
repo_name = repo_name.strip()
# Skip blank lines.
if repo_name == '':
continue # Get repository from github to find its description and other metadata.
continue
# Get repository from github to find its description and other metadata.
repo = root.get_repo(repo_name)
# Print out git URL and repository type.
url = repo.clone_url