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 fb2f864 commit 16d438cCopy full SHA for 16d438c
libs/labelbox/src/labelbox/client.py
@@ -577,7 +577,7 @@ def create_dataset(
577
)
578
579
if not validation_result["validateDataset"]["valid"]:
580
- raise labelbox.exceptions.LabelboxError(
+ raise LabelboxError(
581
"IAMIntegration was not successfully added to the dataset."
582
583
except Exception as e:
0 commit comments