chore(nodes): update TODO comment

This commit is contained in:
psychedelicious 2024-02-19 13:16:06 +11:00 committed by Brandon Rising
parent 9ea8c2af54
commit 03db2cba6c

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: