Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cura
CAD
CuraFreeCADPlugin
Commits
732e71e3
Commit
732e71e3
authored
Oct 04, 2019
by
Thomas Karl Pietrowski
Browse files
Correcting datatype of metadata
parent
28b57010
Changes
1
Hide whitespace changes
Inline
Side-by-side
CuraFreeCADPlugin/__init__.py
View file @
732e71e3
...
...
@@ -34,7 +34,7 @@ def getMetaData():
def
register
(
app
):
metadata
=
[]
metadata
=
{}
try
:
reader
=
FreeCADReader
.
FreeCADReader
()
metadata
[
"mesh_reader"
]
=
reader
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment