Fixes #33521, remove temp file. (#33522)

pull/33575/head
Eric Citaire 7 years ago committed by Jordan Borean
parent 3a634058f3
commit bcd189509e

@ -538,6 +538,8 @@ def main():
changed = True
else:
changed = False
if os.path.exists(tmpsrc):
os.remove(tmpsrc)
if checksum != '':
destination_checksum = module.digest_from_file(dest, algorithm)

Loading…
Cancel
Save