mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Add NotModifiedException class
This commit is contained in:
@@ -157,7 +157,7 @@ class GithubObject(object):
|
||||
self._storeAndUseAttributes(data)
|
||||
self.__completed = True
|
||||
return True
|
||||
except: #GithubException.NotModifiedException:
|
||||
except GithubException.NotModifiedException:
|
||||
return False
|
||||
|
||||
class NonCompletableGithubObject(GithubObject):
|
||||
|
||||
Reference in New Issue
Block a user