diff --git a/cli/src/core/service_creator.py b/cli/src/core/service_creator.py index 9a719b8..20da279 100644 --- a/cli/src/core/service_creator.py +++ b/cli/src/core/service_creator.py @@ -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