parent
3a634058f3
commit
bcd189509e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue