1
0
Fork 0
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:
Ben Doherty 2016-05-26 21:38:36 -04:00 committed by Matt Clay
parent bab1f5c082
commit 90fdc71728

View file

@ -272,6 +272,8 @@ def main():
shutil.copyfileobj(f_in, f_out)
successes.append(path)
except OSError:
e = get_exception()