aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-15 05:55:26 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-15 05:55:26 +0200
commitf11e5af00f46b45b67d2aff40b21aa1d52acca11 (patch)
tree5a9245a500a4d6242093ad2f0e795a5f8f2c963b /python
parent74b2181786fd033a1e860017d05b0d88976d4c07 (diff)
downloadrefcat-f11e5af00f46b45b67d2aff40b21aa1d52acca11.tar.gz
refcat-f11e5af00f46b45b67d2aff40b21aa1d52acca11.zip
tasks: update log file name
Diffstat (limited to 'python')
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index 650ad76..5da1f05 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -1288,7 +1288,7 @@ class BrefCombined(Refcat):
def run(self):
ts = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
- logfile = os.path.join(self.tmpdir, "refcat-bref-combined-{}.log".format(ts))
+ logfile = os.path.join(self.tmpdir, "refcat-bref-combined-{}.log.gz".format(ts))
output = shellout("""
skate-reduce -log {logfile} -m unmatched
-B <(zstdcat -T0 {matched})