add exception in log
This commit is contained in:
parent
fd71195c58
commit
2885419610
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ if not path.exists(path.join(root, "FontPatcher")):
|
|||
remove(zip_path)
|
||||
except Exception as e:
|
||||
print(
|
||||
"fail to download Font Patcher, please consider to download it manually, put downloaded 'FontPatcher.zip' in the 'source' folder and run this script again."
|
||||
f"fail to download Font Patcher, please consider to download it manually, put downloaded 'FontPatcher.zip' in the 'source' folder and run this script again. Error: {e}"
|
||||
)
|
||||
exit(1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue