aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/manually/bug_841.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/manually/bug_841.py')
-rw-r--r--sources/pyside6/tests/manually/bug_841.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/manually/bug_841.py b/sources/pyside6/tests/manually/bug_841.py
index c3cf10c8b..5742b5517 100644
--- a/sources/pyside6/tests/manually/bug_841.py
+++ b/sources/pyside6/tests/manually/bug_841.py
@@ -75,7 +75,7 @@ def main():
w = MainWindow()
w.show()
QMessageBox.information(None, "Info", "Just drag and drop the items.")
- sys.exit(app.exec_())
+ sys.exit(app.exec())
if __name__ == "__main__":