Skip to content

Commit

Permalink
one sentence per line in docs
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodall <william@osrfoundation.org>
  • Loading branch information
wjwwood committed Mar 26, 2019
1 parent 452b943 commit 51b13b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions launch/launch/actions/execute_process.py
Expand Up @@ -167,9 +167,10 @@ def __init__(
called 'launch-prefix'
:param: output configuration for process output logging. Defaults to 'log'
i.e. log both stdout and stderr to launch main log file and stderr to
the screen. Overridden externally by the OVERRIDE_LAUNCH_PROCESS_OUTPUT
envvar value. See `launch.logging.get_output_loggers()` documentation
for further reference on all available options.
the screen.
Overridden externally by the OVERRIDE_LAUNCH_PROCESS_OUTPUT envvar value.
See `launch.logging.get_output_loggers()` documentation for further
reference on all available options.
:param: output_format for logging each output line, supporting `str.format()`
substitutions with the following keys in scope: `line` to reference the raw
output line and `this` to reference this action instance.
Expand Down

0 comments on commit 51b13b5

Please sign in to comment.