cli: refactor

This commit is contained in:
Sina Atalay 2024-06-20 13:55:08 +03:00
parent 0be6dad63b
commit 85a9e79fd4
1 changed files with 1 additions and 0 deletions

View File

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