Skip to content
Snippets Groups Projects
Commit aa3205bd authored by Daniel Brown's avatar Daniel Brown
Browse files

fixing in loop edit of list

parent 635e3ef6
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class putter(object):
self.__owner = weakref.ref(newOwner)
def clearPuts(self):
for _ in self.putees:
for _ in self.putees.copy():
_.put(None)
def register(self, toput):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment