Skip to content

Commit 2d5e4be

Browse files
author
Val Brodsky
committed
Try to debug the test
1 parent c845428 commit 2d5e4be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/labelbox/tests/data/annotation_import/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,9 @@ def _create_prompt_response_project(
710710
time.sleep(1)
711711
timeout += 1
712712

713+
if len(data_row_ids) < 1:
714+
raise Exception("Failed to get data row ids")
715+
713716
prompt_response_project.data_row_ids = data_row_ids
714717
prompt_response_project.global_keys = global_keys
715718

0 commit comments

Comments
 (0)