diff --git a/tractor/_portal.py b/tractor/_portal.py index 5729edd4..69133528 100644 --- a/tractor/_portal.py +++ b/tractor/_portal.py @@ -300,7 +300,7 @@ class Portal: ) # XXX the one spot we set it? - self.channel._cancel_called: bool = True + chan._cancel_called: bool = True try: # send cancel cmd - might not get response # XXX: sure would be nice to make this work with