cli: refactor

This commit is contained in:
Sina Atalay 2024-04-30 21:20:38 +03:00
parent f23887323f
commit 0404461564
1 changed files with 0 additions and 1 deletions

View File

@ -711,7 +711,6 @@ def cli_command_new(
data_model = dm.get_a_sample_data_model(full_name, theme) data_model = dm.get_a_sample_data_model(full_name, theme)
except ValueError as e: except ValueError as e:
error(e) error(e)
return
file_name = f"{full_name.replace(' ', '_')}_CV.yaml" file_name = f"{full_name.replace(' ', '_')}_CV.yaml"
file_path = pathlib.Path(file_name) file_path = pathlib.Path(file_name)