We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd3527 commit aa39c6dCopy full SHA for aa39c6d
easybuild/tools/run.py
@@ -90,7 +90,7 @@
90
RunShellCmdResult.__doc__ = """A namedtuple that represents the result of a call to run_shell_cmd,
91
with the following fields:
92
- cmd: the command that was executed;
93
-- 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);
94
- output: output of the command (stdout+stderr combined, only stdout if stderr was caught separately);
95
- stderr: stderr output produced by the command, if caught separately (None otherwise);
96
- work_dir: the working directory of the command;
0 commit comments