mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Add compressed file source to successes when succeeds!
This commit is contained in:
@@ -272,6 +272,8 @@ def main():
|
||||
|
||||
shutil.copyfileobj(f_in, f_out)
|
||||
|
||||
successes.append(path)
|
||||
|
||||
except OSError:
|
||||
e = get_exception()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user