summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/archive.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/archive.py b/files/archive.py
index e64a9197..42814027 100644
--- a/files/archive.py
+++ b/files/archive.py
@@ -272,6 +272,8 @@ def main():
shutil.copyfileobj(f_in, f_out)
+ successes.append(path)
+
except OSError:
e = get_exception()