From 63e238fc6d2a80b3eee8a7ad629fdc70a648cd74 Mon Sep 17 00:00:00 2001 From: Peizhao Mei <105866197+pem70@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:45:02 -0400 Subject: [PATCH] Update src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py Co-authored-by: Timothy Johnson Signed-off-by: Peizhao Mei <105866197+pem70@users.noreply.github.com> --- src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py b/src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py index 7d0bc36e..6103f453 100644 --- a/src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py +++ b/src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py @@ -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: