On the second run, the script failed with:
FileExistsError: [WinError 183]
A more user-friendly approach would be to check whether the directory exists and either:
reuse it,
delete it automatically after confirmation, or
print a helpful error message.
On the second run, the script failed with:
FileExistsError: [WinError 183]
A more user-friendly approach would be to check whether the directory exists and either:
reuse it,
delete it automatically after confirmation, or
print a helpful error message.