aboutsummaryrefslogtreecommitdiffstats
path: root/examples/installer_test/hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/installer_test/hello.py')
-rw-r--r--examples/installer_test/hello.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/installer_test/hello.py b/examples/installer_test/hello.py
index fc44277bf..b8e5df914 100644
--- a/examples/installer_test/hello.py
+++ b/examples/installer_test/hello.py
@@ -103,6 +103,6 @@ if __name__ == "__main__":
if auto_quit:
milliseconds = 2 * 1000 # run 2 second
QTimer.singleShot(milliseconds, app.quit)
- retcode = app.exec_()
+ retcode = app.exec()
print("End of hello.py ", time.ctime())
sys.exit(retcode)