Skip to content

Commit 3f8e7a5

Browse files
author
Matt Sokoloff
committed
add label details to project exports
1 parent 40b8ba5 commit 3f8e7a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labelbox/schema/project.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ def export_v2(self,
433433
_params.get('project_details', False),
434434
"includePerformanceDetails":
435435
_params.get('performance_details', False),
436+
"includeLabelDetails":
437+
_params.get('label_details', False)
436438
},
437439
}
438440
}

0 commit comments

Comments
 (0)