File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/superannotate/lib/app/interface Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1528,14 +1528,15 @@ def download_export(
15281528 to_s3_bucket = None ,
15291529 ):
15301530 """Download prepared export.
1531+
15311532 :param project: project name
15321533 :type project: str
15331534 :param export: export name
15341535 :type export: str, dict
15351536 :param folder_path: where to download the export
15361537 :type folder_path: Path-like (str or Path)
15371538 :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
1539+ if True the zip file will be extracted at folder_path
15391540 :type extract_zip_contents: bool
15401541 :param to_s3_bucket: AWS S3 bucket to use for download. If None then folder_path is in local filesystem.
15411542 :type to_s3_bucket: Bucket object
You can’t perform that action at this time.
0 commit comments