diff --git a/randomiser/define_prop/operators.py b/randomiser/define_prop/operators.py index 8b55eb7..a736d17 100644 --- a/randomiser/define_prop/operators.py +++ b/randomiser/define_prop/operators.py @@ -202,10 +202,12 @@ def invoke(self, context, event): for UD_str in self.list_subpanel_UD_props_names: # get collection of socket properties for this GNG # ATT socket properties do not include the actual socket object - if cs.socket_props_per_UD.collection[ - UD_str - ].update_sockets_collection: - print("Collection of UD props sockets updated") + # if cs.socket_props_per_UD.collection[ + # UD_str + # ].update_sockets_collection: + # print("Collection of UD props sockets updated") + # AttributeError: 'SocketProperties' object has + # no attribute 'update_sockets_collection' cs.socket_props_per_UD.collection[UD_str].collection