Skip to content

Commit 9f2053c

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

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
@@ -647,7 +647,7 @@ def _fetch_pdse(self, src, is_binary, temp_dir=None, encoding=None):
647647
stdout="",
648648
stderr="Error copying partitioned data set {0} to USS. Make sure it is not empty",
649649
stdout_lines="",
650-
stderr_lines="Error copying partitioned data set {0} to USS. Make sure it is".splitlines(),
650+
stderr_lines="Error copying partitioned data set {0} to USS. Make sure it is not empty".splitlines(),
651651
rc=rc,
652652
)
653653
if (not is_binary) and encoding:

0 commit comments

Comments
 (0)