Skip to content

Commit

Permalink
First added
Browse files Browse the repository at this point in the history
  • Loading branch information
discdiver committed Nov 22, 2024
1 parent 4e3147a commit a36403c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/cli/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def run_shell_process(
log_output: If True, the output of the command (both stdout and stderr) is logged to Prefect.
stream_stdout: If True, the stdout of the command is streamed to Prefect logs.
log_stderr: If True, the stderr of the command is logged to Prefect logs.
popen_kwargs: Additional keyword arguments to pass to the `subprocess.Popen` call.
popen_kwargs: Additional keyword arguments to pass to the `subprocess.Popen` call. Added in version 3.1.0
"""

Expand Down

0 comments on commit a36403c

Please sign in to comment.