Skip to content

Commit 98ecf38

Browse files
Maintain alignment with API default of None
1 parent 98c50ae commit 98ecf38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/diffgram/job/job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def generate_export(
374374
kind='Annotations',
375375
return_type="data",
376376
wait_for_export_generation=True,
377-
ann_is_complete=True
377+
ann_is_complete=None # Bool. None=='all', True=='complete' tasks only
378378
):
379379
"""
380380

0 commit comments

Comments
 (0)