Skip to content

Commit 44166d3

Browse files
authored
fix description for asynchronous option in table on transitioning from run_cmd to run_shell_cmd
1 parent c37bfdd commit 44166d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/easybuild-v5/run_shell_cmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For parameters in general, the following translation table can be used, where th
7777
| `shell=None` | `use_bash=True` | execute command through bash shell (`run_cmd` enables this for `None`)|
7878
| `log_output=False` | `output_file=True` | collect command output in temporary output file *(changed default)* |
7979
| `stream_output=None` | `stream_output=None` | stream command output to stdout (auto-enabled with `--logtostdout` if `None`) |
80-
| `asynchronous=False` | `asynchronous=False` | run command asynchronously (not yet implemented for `run_shell_cmd`)|
80+
| `asynchronous=False` | `asynchronous=False` | run command asynchronously |
8181
| `with_hooks=True` | `with_hooks=True` | trigger pre/post `run_cmd` or `run_shell_cmd` hooks |
8282
| `qa` and `std_qa=None` | `qa_patterns=None` | list of 2-tuples with patterns for questions + corresponding answers |
8383
| `no_qa=None` | `qa_wait_patterns=None` | list of strings with patterns for non-questions |

0 commit comments

Comments
 (0)