mirror of
https://github.com/IEEE-SB-Passau/pelican-deployment-system.git
synced 2017-09-06 16:35:38 +02:00
runtime error
This commit is contained in:
@@ -133,7 +133,7 @@ class DeploymentRunner:
|
|||||||
log.error(
|
log.error(
|
||||||
"non-empty %s exists but not a valid git repository!",
|
"non-empty %s exists but not a valid git repository!",
|
||||||
self.build_repo_path)
|
self.build_repo_path)
|
||||||
raise RuntimeException(("non-empty {} exists but not a"
|
raise RuntimeError(("non-empty {} exists but not a"
|
||||||
"valid git repository!").format(self.build_repo_path))
|
"valid git repository!").format(self.build_repo_path))
|
||||||
else:
|
else:
|
||||||
log.info("Build repository %s not there, cloning",
|
log.info("Build repository %s not there, cloning",
|
||||||
|
|||||||
Reference in New Issue
Block a user