mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Remove semicolon
What is this? Java??? Contributes to issue CURA-5045.
This commit is contained in:
parent
e174a015ce
commit
da0d7a25c3
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue