Closed mateusoliveira43 closed 2 years ago
What is the issue? There is no shell function (in utils.py) that can run multiple commands (would receive a list of the arguments of run_command) and return if the process was successful (all exit code were zero) or one (or more) of them failed.
utils.py
run_command
What do you suggest? Create it.
What is the issue? There is no shell function (in
utils.py
) that can run multiple commands (would receive a list of the arguments ofrun_command
) and return if the process was successful (all exit code were zero) or one (or more) of them failed.What do you suggest? Create it.