Skip to content

Commit

Permalink
activating workflows v5
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jun 26, 2024
1 parent ce2127b commit 6a55aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interface/test_app_tmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from qtpy import QtGui, QtWidgets # QtCore

class myApp(QtWidgets.QApplication):
def __init__(self, argv=[], deferFirstWindow=False):
def __init__(self, argv, deferFirstWindow=False):
super().__init__(argv)

@pytest.fixture(scope="session")
Expand Down

0 comments on commit 6a55aa5

Please sign in to comment.