Method
clean_env
(self)
Source from the content-addressed store, hash-verified
| 1259 | ) |
| 1260 | |
| 1261 | def clean_env(self): |
| 1262 | if os.path.exists(self.env_dir): |
| 1263 | self.env_builder.clear_directory(self.env_dir) |
| 1264 | |
| 1265 | @staticmethod |
| 1266 | def run_process(cmd): |