File tree 2 files changed +11
-11
lines changed
launch_testing/launch_testing/actions
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -124,15 +124,15 @@ class ExecuteProcess(ExecuteLocal):
124
124
"""
125
125
126
126
def __init__ (
127
- self ,
128
- * ,
129
- cmd : Iterable [SomeSubstitutionsType ],
130
- prefix : Optional [SomeSubstitutionsType ] = None ,
131
- name : Optional [SomeSubstitutionsType ] = None ,
132
- cwd : Optional [SomeSubstitutionsType ] = None ,
133
- env : Optional [Dict [SomeSubstitutionsType , SomeSubstitutionsType ]] = None ,
134
- additional_env : Optional [Dict [SomeSubstitutionsType , SomeSubstitutionsType ]] = None ,
135
- ** kwargs
127
+ self ,
128
+ * ,
129
+ cmd : Iterable [SomeSubstitutionsType ],
130
+ prefix : Optional [SomeSubstitutionsType ] = None ,
131
+ name : Optional [SomeSubstitutionsType ] = None ,
132
+ cwd : Optional [SomeSubstitutionsType ] = None ,
133
+ env : Optional [Dict [SomeSubstitutionsType , SomeSubstitutionsType ]] = None ,
134
+ additional_env : Optional [Dict [SomeSubstitutionsType , SomeSubstitutionsType ]] = None ,
135
+ ** kwargs
136
136
) -> None :
137
137
"""
138
138
Construct an ExecuteProcess action.
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ def timeout(self):
57
57
return self .__timeout
58
58
59
59
def __on_process_exit (
60
- self , event : Event , context : LaunchContext
61
- ) -> Optional [SomeEntitiesType ]:
60
+ self , event : Event , context : LaunchContext
61
+ ) -> Optional [SomeEntitiesType ]:
62
62
"""On shutdown event."""
63
63
if self .__timer :
64
64
self .__timer .cancel ()
You can’t perform that action at this time.
0 commit comments