Skip to content

Commit

Permalink
Update src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py
Browse files Browse the repository at this point in the history
Co-authored-by: Timothy Johnson <[email protected]>
Signed-off-by: Peizhao Mei <[email protected]>
  • Loading branch information
pem70 and t1m0thyj authored Jul 18, 2024
1 parent e694c29 commit 63e238f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def download_binary(self, dataset_name: str, output_file: str, with_prefixes: bo
output_file : str
Name of the local file to create
with_prefixes : bool
If true, include a four big endian bytes record length prefix. The default is False
If true, include a four big endian bytes record length prefix. Default: False
"""
response = self.get_binary_content(dataset_name, with_prefixes=with_prefixes, stream=True)
with open(output_file, "wb") as f:
Expand Down

0 comments on commit 63e238f

Please sign in to comment.