Skip to content

Commit

Permalink
Update 1.download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Jul 27, 2022
1 parent cea9dae commit 3e726dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1.download.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ def main():
continue

print(f"{reponame}: {i} of {len(repos)}")
if not repo.url:
continue
dest = clone(repo.url, tempdir)
if not dest:
continue
Expand Down

0 comments on commit 3e726dd

Please sign in to comment.