mirror of https://github.com/eyhc1/rendercv.git
cli: refactor
This commit is contained in:
parent
0be6dad63b
commit
85a9e79fd4
|
@ -844,6 +844,7 @@ def cli_command_new(
|
||||||
)
|
)
|
||||||
created_files_and_folders.append(input_file_path.name)
|
created_files_and_folders.append(input_file_path.name)
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
|
# if the theme is not in the available themes, then raise an error
|
||||||
error(e)
|
error(e)
|
||||||
|
|
||||||
if not dont_create_theme_source_files:
|
if not dont_create_theme_source_files:
|
||||||
|
|
Loading…
Reference in New Issue