Fix comment
This commit is contained in:
parent
1914cee8f0
commit
6826bf0f17
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue