mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue