1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00
This commit is contained in:
2016-06-20 02:42:26 +02:00
parent 639c4a8262
commit 2d35081a1f

View File

@@ -82,7 +82,7 @@ class DeploymentRunner:
def clean_working_dir_blocking(self, abort_running=True):
def clean_fn():
rmpaths = [str(self.build_repo_path), str(self._output_dir)])
rmpaths = [str(self.build_repo_path), str(self._output_dir)]
for p in rmpaths:
check_call(["rm", "-rf"] + p)