Add missing continue, this was throwing errors due to it trying to packagedata.get("isbundled") on a None value.

CURA-8610
This commit is contained in:
j.delarago 2022-06-02 17:08:25 +02:00
parent afd7f5507d
commit 00cbee6985

View file

@ -276,6 +276,7 @@ class ThreeMFWriter(MeshWriter):
title=catalog.i18nc("@info:title", "Failed to save material package information"),
message_type=Message.MessageType.WARNING)
message.show()
continue
if package_data.get("is_bundled"):
continue