mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-04-28 02:01:15 +00:00
fix: protobuf version, misc
This commit is contained in:
@@ -87,7 +87,7 @@ class ADetailerArgs:
|
||||
try:
|
||||
args[i] = dtype(args[i])
|
||||
except ValueError as e:
|
||||
msg = f"Error converting {attr!r} to {dtype}: {e}"
|
||||
msg = f"Error converting {args[i]!r}({attr}) to {dtype}: {e}"
|
||||
raise ValueError(msg) from e
|
||||
return args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user