Skip to content

Commit

Permalink
Update src/superqt/iconify/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Grzegorz Bokota <[email protected]>
  • Loading branch information
tlambert03 and Czaki authored Oct 9, 2023
1 parent aac144e commit e34da4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/superqt/iconify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(
except ModuleNotFoundError as e:
raise ImportError(

Check warning on line 69 in src/superqt/iconify/__init__.py

View check run for this annotation

Codecov / codecov/patch

src/superqt/iconify/__init__.py#L68-L69

Added lines #L68 - L69 were not covered by tests
"pyconify is required to use QIconifyIcon. "
"Please install it with `pip install iconify` or use the "
"Please install it with `pip install pyconify` or use the "
"`pip install superqt[iconify]` extra."
) from e
self.path = svg_path(*key, color=color, flip=flip, rotate=rotate, dir=dir)
Expand Down

0 comments on commit e34da4e

Please sign in to comment.