summaryrefslogtreecommitdiff
path: root/seivot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-30 10:27:16 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-30 10:27:16 +0100
commit5dc1b4d0787357390a92a975c4cab54e776550fd (patch)
treed5d0f08738e51aa71c6deb304e28c224f9543c72 /seivot
parent6e3687cfedfe0e3079fb36ae9fb3d9b06a8f9534 (diff)
downloadseivot-5dc1b4d0787357390a92a975c4cab54e776550fd.tar.gz
Remove Obnam log file after we no longer need it.
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