Skip to content

Commit

Permalink
Update files.py
Browse files Browse the repository at this point in the history
Signed-off-by: pem70 <[email protected]>
  • Loading branch information
pem70 committed Jul 15, 2024
1 parent 48c36ab commit 545d977
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/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def list_dsn_members(self, dataset_name, member_pattern=None, member_start=None,
def copy_uss_to_data_set(
self, from_filename, to_dataset_name, to_member_name=None, type=FileType.TEXT, replace=False
):
"""Use ds.copy_uss_to_data_set instead of this deprecated function."""
"""Use ds.copy_uss_to_data_set instead of this deprecated function.""" # noqa : D402
return self.ds.copy_uss_to_data_set(from_filename, to_dataset_name, to_member_name, type, replace)

def copy_data_set_or_member(
Expand Down

0 comments on commit 545d977

Please sign in to comment.