We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454ea1f commit 0825b48Copy full SHA for 0825b48
libs/labelbox/src/labelbox/client.py
@@ -585,7 +585,7 @@ def create_dataset(
585
)
586
587
if not validation_result["validateDataset"]["valid"]:
588
- raise labelbox.exceptions.LabelboxError(
+ raise LabelboxError(
589
"IAMIntegration was not successfully added to the dataset."
590
591
except Exception as e:
0 commit comments