Skip to content

Commit

Permalink
fix: exception error
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Jun 5, 2024
1 parent aab628b commit 3bb6ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clickgen/configparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def size_typing(s: Union[int, List[int]]) -> List[int]:

if not blobs:
raise FileNotFoundError(
f"Bitmaps not found '{v["png"]}' in '{config.bitmaps_dir}'"
f"Bitmaps not found '{v['png']}' in '{config.bitmaps_dir}'"
)

x11_cursor = None
Expand Down

0 comments on commit 3bb6ec6

Please sign in to comment.