mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix attributes of complex type => fix testNamedUserDetails!
This commit is contained in:
@@ -152,6 +152,7 @@ class Download( object ):
|
||||
pass
|
||||
|
||||
def __useAttributes( self, attributes ):
|
||||
#@todo No need to check if attribute is in attributes when attribute is mandatory
|
||||
if "accesskeyid" in attributes:
|
||||
self.__accesskeyid = attributes[ "accesskeyid" ]
|
||||
if "acl" in attributes:
|
||||
|
||||
Reference in New Issue
Block a user