Add a ton of default values
This commit is contained in:
@@ -242,6 +242,8 @@ class HandledProjectedDroneList(HandledDroneCargoList):
|
||||
|
||||
|
||||
class HandledItem(object):
|
||||
itemModifiedAttributes = None
|
||||
|
||||
def preAssignItemAttr(self, *args, **kwargs):
|
||||
self.itemModifiedAttributes.preAssign(*args, **kwargs)
|
||||
|
||||
@@ -259,6 +261,8 @@ class HandledItem(object):
|
||||
|
||||
|
||||
class HandledCharge(object):
|
||||
chargeModifiedAttributes = None
|
||||
|
||||
def preAssignChargeAttr(self, *args, **kwargs):
|
||||
self.chargeModifiedAttributes.preAssign(*args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user