mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 09:24:01 -07:00
parent
d0d1158c5e
commit
e2c0b375d3
23 changed files with 51 additions and 57 deletions
|
@ -635,7 +635,7 @@ class TgzArchive(object):
|
|||
|
||||
for filename in out.splitlines():
|
||||
# Compensate for locale-related problems in gtar output (octal unicode representation) #11348
|
||||
# filename = filename.decode('string_escape')
|
||||
# filename = filename.decode('string_escape')
|
||||
filename = codecs.escape_decode(filename)[0]
|
||||
if filename and filename not in self.excludes:
|
||||
self._files_in_archive.append(to_native(filename))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue