mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 13:39:02 +08:00
Remove semicolon
What is this? Java??? Contributes to issue CURA-5045.
This commit is contained in:
parent
e174a015ce
commit
da0d7a25c3
@ -190,7 +190,7 @@ class CrashHandler:
|
|||||||
self.early_crash_dialog.close()
|
self.early_crash_dialog.close()
|
||||||
|
|
||||||
def _showConfigurationFolder(self):
|
def _showConfigurationFolder(self):
|
||||||
path = Resources.getConfigStoragePath();
|
path = Resources.getConfigStoragePath()
|
||||||
QDesktopServices.openUrl(QUrl.fromLocalFile( path ))
|
QDesktopServices.openUrl(QUrl.fromLocalFile( path ))
|
||||||
|
|
||||||
def _showDetailedReport(self):
|
def _showDetailedReport(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user