Ensure that when a corrupt 3mf file is loaded, the "failed to load" message will pop up

This commit is contained in:
Jaime van Kessel 2018-09-11 12:58:00 +02:00
parent 1fb6441327
commit 4f30dffaf9

View file

@ -225,7 +225,7 @@ class ThreeMFReader(MeshReader):
except Exception:
Logger.logException("e", "An exception occurred in 3mf reader.")
return []
return None
return result