Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Allow any error to trip FLAG_HAS_PYQT5 = False. Lint be damned!
Browse files Browse the repository at this point in the history
  • Loading branch information
CCampJr committed May 4, 2018
1 parent 0e9d09e commit 8911efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lazy5/tests/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from PyQt5.QtWidgets import QApplication
from PyQt5.QtTest import QTest
from PyQt5.QtCore import Qt
except ImportError:
except:
FLAG_HAS_PYQT5 = False
else:
FLAG_HAS_PYQT5 = True
Expand Down

0 comments on commit 8911efd

Please sign in to comment.