Skip to content

Commit

Permalink
Fixed typo at main.py
Browse files Browse the repository at this point in the history
Version not changed. (Fixed 1 typo only)
  • Loading branch information
pinkrabbit412 committed Apr 16, 2022
1 parent 8aed889 commit 9a5bea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def startCopyThread(self):
if remove_confirm:
today_datetime = datetime.datetime.now().strftime("%Y.%m.%d. %H %M' %S''")
shutil.copytree(self.target_directory,
(self.target_directory + " - Backupd at " + today_datetime))
(self.target_directory + " - Backed up at " + today_datetime))
else:
raise UserCanceledError()
shutil.rmtree(self.target_directory, ignore_errors=True)
Expand Down

0 comments on commit 9a5bea9

Please sign in to comment.