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(
|
||||
"non-empty %s exists but not a valid git repository!",
|
||||
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))
|
||||
else:
|
||||
log.info("Build repository %s not there, cloning",
|
||||
|
||||
Reference in New Issue
Block a user