Skip to content

Commit f8d5255

Browse files
Update plugins/modules/zos_fetch.py
Co-authored-by: Fernando Flores <[email protected]>
1 parent 9f2053c commit f8d5255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/zos_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def _fetch_mvs_data(self, src, is_binary, temp_dir=None, file_override=None, enc
777777
stderr="Unable to copy {0} to USS".format(src),
778778
rc=rc,
779779
stdout_lines="",
780-
stderr_lines="Unable to copy {0} to USS".format(src).splitlines(),
780+
stderr_lines="Unable to copy {0} to USS".format(src),
781781
)
782782
if (not is_binary) and encoding:
783783
enc_utils = encode.EncodeUtils()

0 commit comments

Comments
 (0)