Skip to content

Commit

Permalink
added '!'
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-Beacon committed Nov 15, 2024
1 parent 8e05ca8 commit 6e45d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homepagebuilder/command/initproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def copy_installed_package_folder(folder_name, dest_folder):
raise FileNotFoundError(src_folder)

if bool(os.listdir(dest_folder)):
print('The folder is not empty! Creating a new proejct may damage your files')
print('The folder is not empty! Creating a new proejct may damage your files!')
for _ in range(3):
inputstr = input('Do you still want to creat a new project in this folder? [y/n] ')
if inputstr.lower() in ['y', 'yes' ,'true' ,'oui' ,'si' ,'是']:
Expand Down

0 comments on commit 6e45d48

Please sign in to comment.