Skip to content

Fix in bin/bliss regarding CURRENT_TASK

Matias Guijarro requested to merge currtask_fix into master

bin/bliss: do not call .get() on current task, since it can raise an exception that would stop the whole repl; call .join() instead, since apparently _execute does not return anything in anyways

Merge request reports