fix: test cli add service
This commit is contained in:
@@ -78,6 +78,7 @@ class ServiceCreator:
|
||||
switch_branch(repo, original_branch)
|
||||
except Exception as e:
|
||||
shutil.rmtree(Path(SERVICE_DEST_DIR / service.dir_name), ignore_errors=True)
|
||||
print("WRITE ALL")
|
||||
backup.write_all()
|
||||
switch_branch(repo, original_branch)
|
||||
raise e
|
||||
|
||||
Reference in New Issue
Block a user