Remove new-lines and
(out)
| 158 | |
| 159 | |
| 160 | def clear_output(out): |
| 161 | """ |
| 162 | Remove new-lines and |
| 163 | """ |
| 164 | return out.decode('utf-8').replace('\n', '') |
| 165 | |
| 166 | |
| 167 | def remove_env_bin_from_path(env, env_bin_dir): |
no outgoing calls
no test coverage detected