Skip to content

Commit 5da0601

Browse files
committed
Fix sanity
1 parent cfcfc36 commit 5da0601

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
@@ -1075,7 +1075,7 @@ def __init__(self, msg, rc="", stdout="", stderr="", stdout_lines="", stderr_lin
10751075
stdout=stdout,
10761076
stderr=stderr,
10771077
stdout_lines=stdout_lines,
1078-
stderr_lines= stderr_lines,
1078+
stderr_lines=stderr_lines,
10791079
)
10801080
super().__init__(self.msg)
10811081

0 commit comments

Comments
 (0)