diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-03 01:49:15 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-03 01:49:15 +0200 |
commit | 22d7b1d4bf157145f5d2713f8055eb59e36cedcb (patch) | |
tree | 17bd3c9ae0319a4c59705ed3863c7a154e1faa39 /python | |
parent | 73dc8ce8c0b1500ea5cb1fa177ca2ece961726fc (diff) | |
download | refcat-22d7b1d4bf157145f5d2713f8055eb59e36cedcb.tar.gz refcat-22d7b1d4bf157145f5d2713f8055eb59e36cedcb.zip |
use RefsWithoutIdentifiers
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 bc2fba1..afa615f 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -940,7 +940,7 @@ class UnmatchedMapped(Refcat): names to do approximate title matches with OL; 35m14.801s. """ def requires(self): - return UnmatchedRefs() + return RefsWithoutIdentifiers() def run(self): output = shellout(""" |