aboutsummaryrefslogtreecommitdiffstats
path: root/tools/uic_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/uic_test.py')
-rw-r--r--tools/uic_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/uic_test.py b/tools/uic_test.py
index 1d1a4c580..5f8a786a9 100644
--- a/tools/uic_test.py
+++ b/tools/uic_test.py
@@ -96,7 +96,7 @@ def test_file(file: str, uic: bool=False) -> bool:
widget = {klass}()
ui.setupUi(widget)
widget.show()
- sys.exit(app.exec_())''')
+ sys.exit(app.exec())''')
py_main.write_text(main_source)
exit_code = subprocess.call([sys.executable, os.fspath(py_main)])
py_main.unlink()