Skip to content

Commit f4dfb1a

Browse files
[bug][zos_unarchive]Fix_absent_of_inheritance (#1773)
* Fix absent of inheritance * Add fragment * Update changelogs/fragments/1773-fix_absent_inheritance.yml Co-authored-by: Fernando Flores <[email protected]> * Update changelogs/fragments/1773-fix_absent_inheritance.yml Co-authored-by: Fernando Flores <[email protected]> * Update changelogs/fragments/1773-fix_absent_inheritance.yml Co-authored-by: Fernando Flores <[email protected]> --------- Co-authored-by: Fernando Flores <[email protected]>
1 parent b723da3 commit f4dfb1a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
trivial:
2+
- zos_unarchive - Module was not able to unarchive xmit files.
3+
Fix now restores allows to unarchive xmit files.
4+
(https://github.com/ansible-collections/ibm_zos_core/pull/1773).

plugins/modules/zos_unarchive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,7 @@ def unpack(self, src, dest):
11401140

11411141
class XMITUnarchive(MVSUnarchive):
11421142
def __init__(self, module):
1143+
super(XMITUnarchive, self).__init__(module)
11431144
"""Unarchive for XMIT archives.
11441145
11451146
Parameters

0 commit comments

Comments
 (0)