This commit is contained in:
AUTOMATIC1111
2024-01-01 15:00:39 +03:00
parent 45b7bba3d0
commit d8126be578
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ def parse_version(text):
try:
return version.parse(text)
except Exception as e:
except Exception:
return None