clockfort / GitHub-Backup

Backup all the repositories of a github user or organization automatically.
Creative Commons Zero v1.0 Universal
359 stars 103 forks source link

Fixed string parsing logic #5

Closed sjs7007 closed 11 years ago

sjs7007 commented 11 years ago

Fixed this error which used to come up previously :- Traceback (most recent call last): File "github-backup.py", line 55, in main() File "github-backup.py", line 22, in main process_repo(repo, args) File "github-backup.py", line 45, in process_repo print("Processing repo: {}".format(repo.full_name)) ValueError: zero length field name in format

clockfort commented 11 years ago

Thanks!

sjs7007 commented 11 years ago

:)