Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Oct 14, 2024
1 parent afd3527 commit aa39c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
RunShellCmdResult.__doc__ = """A namedtuple that represents the result of a call to run_shell_cmd,
with the following fields:
- cmd: the command that was executed;
- exit_code: the exit code of the command (zero if it was succesful, non-zero if not);
- exit_code: the exit code of the command (zero if it was successful, non-zero if not);
- output: output of the command (stdout+stderr combined, only stdout if stderr was caught separately);
- stderr: stderr output produced by the command, if caught separately (None otherwise);
- work_dir: the working directory of the command;
Expand Down

0 comments on commit aa39c6d

Please sign in to comment.