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':