Skip to content

Commit 468815f

Browse files
author
Ian McMahon
committed
Revert 49d233f
1 parent 608abf2 commit 468815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/baxter_dataflow/signals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self):
4040
self._methods = WeakKeyDictionary()
4141

4242
def __call__(self, *args, **kargs):
43-
for f in self._functions[:]:
43+
for f in self._functions:
4444
f(*args, **kargs)
4545

4646
for obj, functions in self._methods.items():

0 commit comments

Comments
 (0)