From 928022263622995f32f670d90b0f69a58b28a2a2 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Wed, 22 Jul 2026 12:22:03 +0200 Subject: [PATCH] fix: test cli add service --- cli/src/core/service_creator.py | 1 + 1 file changed, 1 insertion(+) 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