Skip to content

Commit a7904b9

Browse files
author
Matt Sokoloff
committed
remove extra breakpoint
1 parent 87c1697 commit a7904b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def create_dataset(self, iam_integration=IAMIntegration._DEFAULT, **kwargs):
551551
"""mutation validateDatasetPyApi($id: ID!){validateDataset(where: {id : $id}){
552552
valid checks{name, success}}}
553553
""", {'id': dataset.uid})
554-
breakpoint()
554+
555555
if not validation_result['validateDataset']['valid']:
556556
raise labelbox.exceptions.LabelboxError(
557557
f"IAMIntegration {validation_result['validateDataset']['checks']['name']} was not successfully added added to the project."

0 commit comments

Comments
 (0)