mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
linter
This commit is contained in:
@@ -17,7 +17,7 @@ def parse_version(text):
|
||||
|
||||
try:
|
||||
return version.parse(text)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
return None
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user