Skip to content

Commit 0825b48

Browse files
vbrodskyVal Brodsky
authored andcommitted
Changed labelbox.exception to lbox.exception (#1887)
1 parent 454ea1f commit 0825b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/src/labelbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ def create_dataset(
585585
)
586586

587587
if not validation_result["validateDataset"]["valid"]:
588-
raise labelbox.exceptions.LabelboxError(
588+
raise LabelboxError(
589589
"IAMIntegration was not successfully added to the dataset."
590590
)
591591
except Exception as e:

0 commit comments

Comments
 (0)