Skip to content

Commit 877ccc3

Browse files
committed
doc: update download_file description
1 parent 09a7d65 commit 877ccc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/workbench/core/workbench_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def download_file(self, file_name, show_progress=True, target_dir=None):
298298
Parameters
299299
----------
300300
file_name : str
301-
Name of each file to download. Files are located in the server's working directory.
301+
Name of the file. File must be located in the server's working directory.
302302
The wildcard characters "?" and "*" are supported. A ZIP file is automatically
303303
generated and downloaded when multiple files are specified.
304304
show_progress : bool, default: True

0 commit comments

Comments
 (0)