mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
Fix default value
This commit is contained in:
@@ -82,7 +82,7 @@ class Identity( AttributeFromCallable ):
|
||||
AttributeFromCallable.__init__( self, "_identity", identity )
|
||||
|
||||
class ListOfReferences:
|
||||
def __init__( self, attributeName, type, addable = False, removable = False, hasable = False, getParameters = None ):
|
||||
def __init__( self, attributeName, type, addable = False, removable = False, hasable = False, getParameters = [] ):
|
||||
self.__attributeName = attributeName
|
||||
self.__type = type
|
||||
self.__getName = "get_" + attributeName
|
||||
|
||||
Reference in New Issue
Block a user