From f11e5af00f46b45b67d2aff40b21aa1d52acca11 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 15 Jun 2021 05:55:26 +0200 Subject: tasks: update log file name --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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}) -- cgit v1.2.3