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 crash when no e-mail is available from GitHub repos API #23

Closed Enrico204 closed 8 years ago

Enrico204 commented 8 years ago

None of my Github repos seems to have "repo.user.email" attribute (it's set to None), so I made this patch to skip "gitweb.owner" attribute creation if email is not available (otherwise, the program crashes).