mirror of https://github.com/eyhc1/rendercv.git
cli: refactor
This commit is contained in:
parent
f23887323f
commit
0404461564
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue