summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
Diffstat (limited to 'seivot')
-rwxr-xr-xseivot1
1 files changed, 1 insertions, 0 deletions
diff --git a/seivot b/seivot
index 32c7505..d7b2991 100755
--- a/seivot
+++ b/seivot
@@ -175,6 +175,7 @@ class Obnam(BackupProgram):
result = runcmd(cmd + args, cwd=self._branch, env=env, **kwargs)
self.extract_repository_io(result[0], logfile)
+ os.remove(logfile)
return result