--- a/eric6/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py Mon Sep 23 19:22:12 2019 +0200 +++ b/eric6/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py Mon Sep 23 20:03:20 2019 +0200 @@ -678,8 +678,8 @@ """ Private slot to open the configuration dialog. """ - e5App().getObject("UserInterface")\ - .showPreferences("zzz_subversionPage") + e5App().getObject("UserInterface").showPreferences( + "zzz_subversionPage") def __svnChangeLists(self): """