mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
fix F541 f-string without any placeholders
This commit is contained in:
parent
5927d3fa95
commit
3bf5591efe
10 changed files with 18 additions and 18 deletions
|
|
@ -172,7 +172,7 @@ class InterrogateModels:
|
|||
res += ", " + match
|
||||
|
||||
except Exception:
|
||||
print(f"Error interrogating", file=sys.stderr)
|
||||
print("Error interrogating", file=sys.stderr)
|
||||
print(traceback.format_exc(), file=sys.stderr)
|
||||
res += "<error>"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue