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
Branches
Tags
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!167Sync Graph
Checking pipeline status
......@@ -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.
Please register or to comment