Skip to content

Commit

Permalink
missed changing an all_images to only_annotated
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Schultz authored and Bradley Schultz committed Sep 12, 2024
1 parent bcd2f57 commit cabf203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/sdk/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _test_can_export_dataset_with_only_annotated_images(
format_name=format_name,
file_path=file_path,
include_images=True,
all_images=not only_annotated,
only_annotated=only_annotated,
location=location,
request=request,
cloud_storages=None,
Expand Down

0 comments on commit cabf203

Please sign in to comment.