mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
CURA-5160 Skip empty quality when load project file
This commit is contained in:
parent
2ee42dda33
commit
3fb14691a9
2 changed files with 4 additions and 2 deletions
|
|
@ -1698,7 +1698,7 @@ class CuraApplication(QtApplication):
|
|||
result = workspace_reader.preRead(file_path, show_dialog=False)
|
||||
return result == WorkspaceReader.PreReadResult.accepted
|
||||
except Exception as e:
|
||||
Logger.logException("e", "Could not check file %s: %s", file_url)
|
||||
Logger.logException("e", "Could not check file %s", file_url)
|
||||
return False
|
||||
|
||||
def _onContextMenuRequested(self, x: float, y: float) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue