Move file. Small fix.

This commit is contained in:
Joeri Exelmans 2024-10-04 10:50:16 +02:00
parent 9faa5770a8
commit 03cc568516
5 changed files with 41 additions and 6 deletions

View file

@ -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)