From 40d928650c26860481ba92f386d324b173c1b420 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 14 Jun 2021 21:11:59 +0200 Subject: tasks: fix flag --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index efb683e..d33aaa8 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1288,7 +1288,7 @@ class BrefCombined(Refcat): def run(self): output = shellout(""" - skate-reduce -m unmatched -B <(zstdcat -T0 {matched}) -R <(zstdcat -T0 {refs}) > {output} + skate-reduce -m unmatched -B <(zstdcat -T0 {matched}) -F <(zstdcat -T0 {refs}) > {output} """, matched=self.input().get("matched").path, refs=self.input().get("refs").path) -- cgit v1.2.3