diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/PyUnit/UnittestDialog.py --- 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): """