mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-20 06:51:51 -04:00
cli: fix for Python 3.10 and 3.11
This commit is contained in:
@@ -699,7 +699,8 @@ def cli_command_new(
|
||||
if len(created_files_and_folders) == 1:
|
||||
information(f"The RenderCV input file has been created:\n{file_name}")
|
||||
else:
|
||||
created_files_and_folders_string = ",\n".join(created_files_and_folders)
|
||||
information(
|
||||
"The following RenderCV input file and folders have been"
|
||||
f" created:\n{',\n'.join(created_files_and_folders)}"
|
||||
f" created:\n{created_files_and_folders_string}"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user