Skip to content

Commit

Permalink
Merge pull request #1874 from wpoely86/bugfix2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
boegel committed Aug 11, 2016
2 parents 90ae3da + 7c99506 commit e146aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/tools/run.py
Expand Up @@ -70,7 +70,7 @@ def run_cmd(cmd, log_ok=True, log_all=False, simple=False, inp=None, regexp=True
:param simple: if True, just return True/False to indicate success, else return a tuple: (output, exit_code)
:param inp: the input given to the command via stdin
:param regex: regex used to check the output for errors; if True it will use the default (see parse_log_for_error)
:param log_output: indicate whether all output of command should be logged to a separate temporarily logfile
:param log_output: indicate whether all output of command should be logged to a separate temporary logfile
:param path: path to execute the command in; current working directory is used if unspecified
:param force_in_dry_run: force running the command during dry run
:param verbose: include message on running the command in dry run output
Expand Down

0 comments on commit e146aba

Please sign in to comment.