We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951a8f3 commit d70d9e9Copy full SHA for d70d9e9
dpulse.py
@@ -169,7 +169,7 @@ def run():
169
os.makedirs(extracted_folder_name)
170
db.db_report_recreate(extracted_folder_name, id_to_extract)
171
except FileExistsError:
172
- print(Fore.RED + "Folder with the same name alredy exists. Delete it or just check it's content" + Style.RESET_ALL)
+ print(Fore.RED + "Folder with the same name already exists. Delete it or just check it's content" + Style.RESET_ALL)
173
pass
174
elif choice_db == "3":
175
print(Fore.GREEN + "\nDatabase connection is successfully closed")
0 commit comments