Skip to content

Commit d78b205

Browse files
committed
Typo
1 parent e356223 commit d78b205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/geometry_upload_and_import.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ the result, such as getting the id for the imported geometry:
153153
.. code-block:: python
154154
155155
if geometry_import.status != "FINISHED":
156-
raise Error("Geometry import operation was canceled or failed.")
156+
raise Exception("Geometry import operation was canceled or failed.")
157157
158158
geometry_id = geometry_import.geometry_id
159159

0 commit comments

Comments
 (0)