mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add compressed file source to successes when succeeds!
This commit is contained in:
parent
bab1f5c082
commit
90fdc71728
1 changed files with 2 additions and 0 deletions
|
@ -272,6 +272,8 @@ def main():
|
|||
|
||||
shutil.copyfileobj(f_in, f_out)
|
||||
|
||||
successes.append(path)
|
||||
|
||||
except OSError:
|
||||
e = get_exception()
|
||||
|
||||
|
|
Loading…
Reference in a new issue