Skip to content

Commit 776a66d

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

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
@@ -645,7 +645,7 @@ def _fetch_pdse(self, src, is_binary, temp_dir=None, encoding=None):
645645
" not empty".format(src)
646646
),
647647
stdout="",
648-
stderr="Error copying partitioned data set {0} to USS. Make sure it is",
648+
stderr="Error copying partitioned data set {0} to USS. Make sure it is not empty",
649649
stdout_lines="",
650650
stderr_lines="Error copying partitioned data set {0} to USS. Make sure it is".splitlines(),
651651
rc=rc,

0 commit comments

Comments
 (0)