Remove semicolon

What is this? Java???

Contributes to issue CURA-5045.
This commit is contained in:
Ghostkeeper 2018-03-27 16:02:43 +02:00
parent e174a015ce
commit da0d7a25c3
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -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):