mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 13:49:00 +08:00
Ensure that when a corrupt 3mf file is loaded, the "failed to load" message will pop up
This commit is contained in:
parent
1fb6441327
commit
4f30dffaf9
@ -225,7 +225,7 @@ class ThreeMFReader(MeshReader):
|
|||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
Logger.logException("e", "An exception occurred in 3mf reader.")
|
Logger.logException("e", "An exception occurred in 3mf reader.")
|
||||||
return []
|
return None
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user