mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 00:07:48 +02:00
Log the exception while trying to create an extension info file
This commit is contained in:
parent
45f350239e
commit
89f5e07619
@ -285,8 +285,8 @@ def make_model_folders():
|
||||
try:
|
||||
with open(os.path.join(model_dir_path, help_file_name), "w", encoding="utf-8") as f:
|
||||
f.write(help_file_contents)
|
||||
except:
|
||||
pass
|
||||
except Exception as e:
|
||||
log.exception(e)
|
||||
|
||||
|
||||
def is_malicious_model(file_path):
|
||||
|
Loading…
x
Reference in New Issue
Block a user