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 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(""" |