Ahem. Oops. Again. Should probably stop to debug with print

This commit is contained in:
Mattia Giambirtone 2023-06-16 21:41:50 +02:00 committed by nocturn9x
parent 5910d8574b
commit 50de381033
Signed by: nocturn9x
GPG Key ID: 8270F9F467971E59
1 changed files with 0 additions and 1 deletions

View File

@ -321,7 +321,6 @@ class FIFOKernel(BaseKernel):
except (Exception, KeyboardInterrupt) as err:
# Any other exception is caught here
task = task or self.current_task
print(repr(err), task, __import__("inspect").stack()[1].function)
task.exc = err
err.scope = task.pool.scope
task.state = TaskState.CRASHED