Skip to content

Commit ef5dca7

Browse files
authored
Merge pull request #640 from superannotateai/doc_attach_items_2113
add attach_items return info in docs
2 parents 873cd88 + 6b8bfed commit ef5dca7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ def download_export(
15351535
:param folder_path: where to download the export
15361536
:type folder_path: Path-like (str or Path)
15371537
:param extract_zip_contents: if False then a zip file will be downloaded,
1538-
if True the zip file will be extracted at folder_path
1538+
if True the zip file will be extracted at folder_path
15391539
:type extract_zip_contents: bool
15401540
:param to_s3_bucket: AWS S3 bucket to use for download. If None then folder_path is in local filesystem.
15411541
:type to_s3_bucket: Bucket object
@@ -2534,6 +2534,9 @@ def attach_items(
25342534
“Completed”
25352535
“Skipped”
25362536
:type annotation_status: str
2537+
2538+
:return: uploaded, failed and duplicated item names
2539+
:rtype: tuple of list of strs
25372540
"""
25382541

25392542
project_name, folder_name = extract_project_folder(project)

0 commit comments

Comments
 (0)