mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 03:28:57 +08:00
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:
parent
afd7f5507d
commit
00cbee6985
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user