Skip to content
Snippets Groups Projects
Commit 4956b0ed authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

remove inh und impo

parent a30af390
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Pipeline #51826 passed with warnings
......@@ -152,8 +152,7 @@ class SyncNode(db.Entity):
entval: Any = ent.get_property(p)
if entval is None:
ent.add_property(id=p.id, name=p.name, value=p.value, description=p.description,
datatype=p.datatype, unit=p.unit, importance=p.importance,
inheritance=p.inheritance)
datatype=p.datatype, unit=p.unit)
else:
entval = entval.value
unequal = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment