Skip to content

Commit

Permalink
Remote return that was meant for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jan 10, 2023
1 parent f3f6d2b commit 78874e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fractal_server/app/runner/_slurm/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ def _completion(self, jobid: str) -> None:
# FIXME: make it clear that result can also be an
# ExceptionProxy
success, result = cloudpickle.loads(outdata)
return
if success:
fut.set_result(result)
else:
Expand Down

0 comments on commit 78874e7

Please sign in to comment.