Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-03-27 17:02:43 +0300
committerGhostkeeper <rubend@tutanota.com>2018-03-27 17:02:43 +0300
commitda0d7a25c3d039b17fc4ee6960d192ca70e55328 (patch)
treeb1e8dc608d526a4ff8d52053d7c9f4f6aae5f00d /cura/CrashHandler.py
parente174a015ce214750367c2bafbb3faff0f7d84430 (diff)
Remove semicolon
What is this? Java??? Contributes to issue CURA-5045.
Diffstat (limited to 'cura/CrashHandler.py')
-rw-r--r--cura/CrashHandler.py2
1 files changed, 1 insertions, 1 deletions
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):