mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-16 17:47:43 +00:00
Fixed AttributeError: 'dict' object has no attribute 'name' error
This commit is contained in:
parent
1136e5c833
commit
7f8c170f67
1 changed files with 761 additions and 761 deletions
|
@ -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]
|
Loading…
Reference in a new issue