Skip to content

Commit

Permalink
Also fix import in the error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Jan 29, 2023
1 parent 1437659 commit c9fe0ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions novelwriter/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def setMessage(self, exType, exValue, exTrace):
"""
from traceback import format_tb
from novelwriter import __issuesurl__, __version__
from PyQt5.Qt import PYQT_VERSION_STR
from PyQt5.QtCore import QT_VERSION_STR, QSysInfo
from PyQt5.QtCore import QT_VERSION_STR, PYQT_VERSION_STR, QSysInfo

self.msgHead.setText((
"<p>An unhandled error has been encountered.</p>"
Expand Down

0 comments on commit c9fe0ca

Please sign in to comment.