--- a/eric6/Debugger/ExceptionLogger.py Sat Sep 21 13:03:17 2019 +0200 +++ b/eric6/Debugger/ExceptionLogger.py Sat Sep 21 13:37:58 2019 +0200 @@ -139,5 +139,5 @@ """ Private method to open the configuration dialog. """ - e5App().getObject("UserInterface")\ - .showPreferences("debuggerGeneralPage") + e5App().getObject("UserInterface").showPreferences( + "debuggerGeneralPage")