File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments