mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 18:25:54 +08:00
Better logging for checkIsValidProjectFile()
CURA-4966
This commit is contained in:
parent
b4cf25cb7f
commit
d1beae4603
@ -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…
x
Reference in New Issue
Block a user