mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07:00
Fix typo fetching sdk version
CURA-8610
This commit is contained in:
parent
cdc08b5d54
commit
64478fb17d
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ class UFPWriter(MeshWriter):
|
|||
"display_name": package_data.get("display_name"),
|
||||
"website": package_data.get("website"),
|
||||
"package_version": package_data.get("package_version"),
|
||||
"sdk_version_semver": package_data.get("package_version_semver")}
|
||||
"sdk_version_semver": package_data.get("sdk_version_semver")}
|
||||
|
||||
metadata.append(material_metadata)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue