[FEA]: ci/scripts/gitutils.py::_run_cmd
should allow explicitly setting shell=True
#1890
Open
2 tasks done
Labels
feature request
New feature or request
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem this feature solves
Currently the
shell
argument is determined based uponshell = len(args) <= 0
however there are times when a caller may explicitly need shell to beTrue
, such as using the|
pipe operator.Describe your ideal solution
Expose
shell
as a function argument or always set it toTrue
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: