Skip to content

Commit 468ef8c

Browse files
authored
Fix api doc for ads.common.utils.copy_file (#202)
1 parent 2e73797 commit 468ef8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ads/common/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
# declare custom exception class
102102

103103

104-
class FileOverwriteError(Exception): # pragma: no cover
104+
class FileOverwriteError(Exception): # pragma: no cover
105105
pass
106106

107107

@@ -1303,6 +1303,8 @@ def copy_file(
13031303
authentication signer and kwargs required to instantiate IdentityClient object.
13041304
chunk_size: (int, optinal). Defaults to `DEFAULT_BUFFER_SIZE`
13051305
How much data can be copied in one iteration.
1306+
progressbar_description: (str, optinal). Defaults to `"Copying `{uri_src}` to `{uri_dst}`"`.
1307+
Prefix for the progressbar.
13061308
13071309
Returns
13081310
-------

0 commit comments

Comments
 (0)