Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: random failings from subprocesses and command formatting (frappe…
…#935) * fix: random failings from subprocesses async executions of muliple processes leads to various errors. eg: get-app operation runs a "git clone" at the same time "pip install" is run. This causes failures as the folder either doesnt exist or isnt complete. Proposed solution to this is to execute blocking subprocesseses * style: command logging format via exec_cmd
- Loading branch information