Skip to content

Commit 3bb6ec6

Browse files
committed
fix: exception error
1 parent aab628b commit 3bb6ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clickgen/configparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def size_typing(s: Union[int, List[int]]) -> List[int]:
109109

110110
if not blobs:
111111
raise FileNotFoundError(
112-
f"Bitmaps not found '{v["png"]}' in '{config.bitmaps_dir}'"
112+
f"Bitmaps not found '{v['png']}' in '{config.bitmaps_dir}'"
113113
)
114114

115115
x11_cursor = None

0 commit comments

Comments
 (0)