From da0d7a25c3d039b17fc4ee6960d192ca70e55328 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 27 Mar 2018 16:02:43 +0200 Subject: [PATCH] Remove semicolon What is this? Java??? Contributes to issue CURA-5045. --- cura/CrashHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):