chore(nodes): update TODO comment

This commit is contained in:
psychedelicious 2024-02-19 13:16:06 +11:00
parent e3f9da29ba
commit 89fa36a818

View File

@ -176,7 +176,7 @@ class DefaultSessionProcessor(SessionProcessorBase):
)
except KeyboardInterrupt:
# TODO(psyche): should we set the cancel event here and/or cancel the queue item?
# TODO(MM2): Create an event for this
pass
except CanceledException: