diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-15 05:55:26 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-15 05:55:26 +0200 |
commit | f11e5af00f46b45b67d2aff40b21aa1d52acca11 (patch) | |
tree | 5a9245a500a4d6242093ad2f0e795a5f8f2c963b | |
parent | 74b2181786fd033a1e860017d05b0d88976d4c07 (diff) | |
download | refcat-f11e5af00f46b45b67d2aff40b21aa1d52acca11.tar.gz refcat-f11e5af00f46b45b67d2aff40b21aa1d52acca11.zip |
tasks: update log file name
-rw-r--r-- | python/refcat/tasks.py | 2 |
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}) |