--- a/eric6/PyUnit/UnittestDialog.py Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/PyUnit/UnittestDialog.py Tue Oct 06 17:52:44 2020 +0200
@@ -1152,7 +1152,7 @@
# and now fire it up
self.dlg.show()
- self.dlg.exec_()
+ self.dlg.exec()
def __showSource(self):
"""