diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py index 7700ee2e71..1108ff0bf0 100644 --- a/cura/CrashHandler.py +++ b/cura/CrashHandler.py @@ -190,7 +190,7 @@ class CrashHandler: self.early_crash_dialog.close() def _showConfigurationFolder(self): - path = Resources.getConfigStoragePath(); + path = Resources.getConfigStoragePath() QDesktopServices.openUrl(QUrl.fromLocalFile( path )) def _showDetailedReport(self):