From 7171710338709aba58393558f4c647a59422942e Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 3 Jun 2021 23:53:32 +0200 Subject: rename mode: oledt (table) --- 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 a7a6834..e2ff102 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -970,7 +970,7 @@ class UnmatchedOpenLibraryMatchTable(Refcat): def run(self): output = shellout(""" - skate-reduce -m oled + skate-reduce -m oledt -O <(zstdcat -T0 {ol}) -F <(zstdcat -T0 {unmatched}) | zstd -c > {output} -- cgit v1.2.3