Get file path from string.
()
| 129 | return system |
| 130 | |
| 131 | def get_default_bash_process() -> BashProcess: |
| 132 | """Get file path from string.""" |
| 133 | return BashProcess(return_err_output=True) |
| 134 | |
| 135 | |
| 136 | def build_tool(config) -> Tool: |
no test coverage detected