Add compressed file source to successes when succeeds!
This commit is contained in:
parent
9cde150bd1
commit
ecd60f4839
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