summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/bookpipeline/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/bookpipeline/main.go b/cmd/bookpipeline/main.go
index f5025ac..6701fcd 100644
--- a/cmd/bookpipeline/main.go
+++ b/cmd/bookpipeline/main.go
@@ -164,6 +164,7 @@ func preprocess(pre chan string, up chan string, errc chan error, logger *log.Lo
errc <- err
return
}
+ _ = os.Remove(path)
for _, p := range done {
up <- p
}