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 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} |