Skip to content

Commit

Permalink
Update qtpy/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
hmaarrfk and ccordoba12 authored Oct 12, 2024
1 parent b3c43a0 commit 234b46c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qtpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ def __init__(self, *, missing_package=None, **superclass_kwargs):

if PYSIDE_VERSION == "6.8.0":
print(
"A known critical bug in PySide6 6.8.0 will cause your application to crash "
"see https://github.com/spyder-ide/qtpy/issues/494",
"A known critical bug in PySide6 6.8.0 will cause your application to crash. "
"See https://github.com/spyder-ide/qtpy/issues/494",
)
from PySide6.QtCore import __version__ as QT_VERSION # analysis:ignore

Expand Down

0 comments on commit 234b46c

Please sign in to comment.