Move file. Small fix.
This commit is contained in:
parent
9faa5770a8
commit
03cc568516
5 changed files with 41 additions and 6 deletions
|
|
@ -333,5 +333,5 @@ def read_primitive_value(bottom, modelref: UUID, mm: UUID):
|
|||
elif typ_name == "Boolean":
|
||||
return Boolean(referred_model, bottom.state).read()
|
||||
else:
|
||||
raise Exception("Unimplemented type:", host_type_name)
|
||||
raise Exception("Unimplemented type:", typ_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue