Skip to content

Commit 69c360b

Browse files
committed
test
1 parent 1d4c808 commit 69c360b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/opengeodeweb_viewer/vtk_protocol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def get_viewer_object_type(self, data_id: str) -> str:
3131
return "mesh"
3232
elif geode_object == "model":
3333
return "model"
34+
raise Exception(f"Unknown geode_object type: {geode_object}")
3435

3536
def get_data(self, data_id: str) -> dict[str, str | list[str] | None]:
3637
if Data is None:

0 commit comments

Comments
 (0)