summaryrefslogtreecommitdiff
path: root/examples/customHdf5TreeModel.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/customHdf5TreeModel.py')
-rw-r--r--examples/customHdf5TreeModel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/customHdf5TreeModel.py b/examples/customHdf5TreeModel.py
index fde76c5..ffc0220 100644
--- a/examples/customHdf5TreeModel.py
+++ b/examples/customHdf5TreeModel.py
@@ -279,7 +279,7 @@ def main(filenames):
sys.excepthook = qt.exceptionHandler
window = Hdf5TreeViewExample(filenames)
window.show()
- result = app.exec_()
+ result = app.exec()
# remove ending warnings relative to QTimer
app.deleteLater()
sys.exit(result)