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 6a39ff0 commit a408d92Copy full SHA for a408d92
launch/launch/actions/execute_local.py
@@ -90,7 +90,7 @@ def __init__(
90
'sigkill_timeout', default=5),
91
emulate_tty: bool = False,
92
output: Text = 'log',
93
- output_format: Text = '[{this.process_description.name}] {line}',
+ output_format: Text = '[{this.__process_description.final_name}] {line}',
94
log_cmd: bool = False,
95
on_exit: Optional[Union[
96
SomeActionsType,
0 commit comments