Skip to content
Snippets Groups Projects

add datatype, unit and description to properties that are part of Records

Merged Alexander Schlemmer requested to merge f-add-datatypes into dev
Files
2
@@ -149,6 +149,7 @@ class DataModel(dict):
@@ -149,6 +149,7 @@ class DataModel(dict):
), name=ent.name))
), name=ent.name))
if diff != "":
if diff != "":
 
breakpoint()
if verbose:
if verbose:
print(diff)
print(diff)
any_change = True
any_change = True
Loading