diff --git a/tractor/_context.py b/tractor/_context.py index 6d817d58..e33b9d6f 100644 --- a/tractor/_context.py +++ b/tractor/_context.py @@ -740,6 +740,8 @@ class Context: # cancelled, NOT their reported canceller. IOW in the # latter case we're cancelled by someone else getting # cancelled. + # + # !TODO, switching to `Actor.aid` here! if (canc := error.canceller) == self._actor.uid: whom: str = 'us' self._canceller = canc