|
|
@@ -47,7 +47,8 @@ class ClientDistUpdate:
|
|
|
do.LocalToon_initialized
|
|
|
except:
|
|
|
func = eval(cdc.name + "." + cdc.name + "." + self.name)
|
|
|
- print("Calling: " + cdc.name + "." + cdc.name + "." + self.name)
|
|
|
+ print("Calling: " + cdc.name + "." + cdc.name + "." + self.name +
|
|
|
+ " for do " + str(do.getDoId()))
|
|
|
# Get the arguments into a list
|
|
|
args = self.extractArgs(di)
|
|
|
# Apply the function to the object with the arguments
|