mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Better logging for checkIsValidProjectFile()
CURA-4966
This commit is contained in:
parent
b4cf25cb7f
commit
d1beae4603
1 changed files with 1 additions and 1 deletions
|
|
@ -1689,7 +1689,7 @@ class CuraApplication(QtApplication):
|
|||
result = workspace_reader.preRead(file_path, show_dialog=False)
|
||||
return result == WorkspaceReader.PreReadResult.accepted
|
||||
except Exception as e:
|
||||
Logger.log("e", "Could not check file %s: %s", file_url, e)
|
||||
Logger.logException("e", "Could not check file %s: %s", file_url)
|
||||
return False
|
||||
|
||||
def _onContextMenuRequested(self, x: float, y: float) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue