From 748cc669464e7cc7d7b0e82484f3e02303fab72a Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Fri, 30 Sep 2022 15:47:54 +0200 Subject: [PATCH] Removed print --- src/cpl_cli/command/generate_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpl_cli/command/generate_service.py b/src/cpl_cli/command/generate_service.py index 60cd897e..18b9505c 100644 --- a/src/cpl_cli/command/generate_service.py +++ b/src/cpl_cli/command/generate_service.py @@ -153,7 +153,6 @@ class GenerateService(CommandABC): if not os.path.isdir(os.path.dirname(file_path)): os.makedirs(os.path.dirname(file_path)) directory = '' - print() for subdir in template.path.split('/'): directory = os.path.join(directory, subdir) if subdir == 'src':