Skip to content

Commit

Permalink
Fix docstring indentation for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jan 11, 2023
1 parent fcb678d commit df9e580
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fractal_server/app/runner/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ class JobExecutionError(RuntimeError):
This error wraps and forwards errors occurred during the execution of
tasks, but related to external factors like:
1. A negative exit code (e.g. because the task received a TERM or KILL
signal);
2. An error on the executor side (e.g. the SLURM executor could not
find the pickled file with task output).
1. A negative exit code (e.g. because the task received a TERM or KILL
signal);
2. An error on the executor side (e.g. the SLURM executor could not
find the pickled file with task output).
This error also adds information that is useful to track down and debug the
failing task within a workflow.
Expand Down

0 comments on commit df9e580

Please sign in to comment.