diff options
Diffstat (limited to 'python')
-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}) |