From 201e00887e22aa7c302d8e694e502472b937fb95 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 7 Jul 2026 14:33:25 +0200 Subject: [PATCH] cli: add name to master subs --- cli/src/core/git.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/src/core/git.py b/cli/src/core/git.py index 6cc9d8a..0fcd0eb 100644 --- a/cli/src/core/git.py +++ b/cli/src/core/git.py @@ -19,11 +19,11 @@ def git_push_changes( """ try: logger.info( - f"Staging files inside: \ - {service_dir_rel_path}, \ - {registry_file_rel_path}, \ - {master_hla_names_rel_path}, \ - {master_ioc_subs_rel_path}..." + "Staging files inside: " + f"{service_dir_rel_path}, " + f"{registry_file_rel_path}, " + f"{master_hla_names_rel_path}, " + f"{master_ioc_subs_rel_path}..." ) repo.index.add( [