1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-01-12 06:18:03 -05:00

Merge pull request #700 from echel0n/dev

Sync master<->dev
This commit is contained in:
echel0n 2014-08-09 01:21:51 -07:00
commit bbc49bb642

View File

@ -758,4 +758,4 @@ class SourceUpdateManager(UpdateManager):
def list_remote_branches(self):
gh = github.GitHub(self.github_repo_user, self.github_repo, self.branch)
return [x.name for x in gh.branches()]
return [x.name for x in gh.branches() if x]