diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-03 23:53:32 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-03 23:53:32 +0200 |
commit | 7171710338709aba58393558f4c647a59422942e (patch) | |
tree | a5916153974bace5e275991cb22e8e89fee07e29 /python | |
parent | 1d0a1f48bb8b3a9544a3abf2ed0bc8d3d6d0bf5a (diff) | |
download | refcat-7171710338709aba58393558f4c647a59422942e.tar.gz refcat-7171710338709aba58393558f4c647a59422942e.zip |
rename mode: oledt (table)
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} |