diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-07 17:38:27 +0200 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-07 17:38:27 +0200 |
| commit | 037eb76dc34284b9946be7f805618b58b2e2a761 (patch) | |
| tree | 8db8a3f285b25b4c3c319f44845a287eebf0459f | |
| parent | 3b369e1bc114207b86f6e33ccc31c1b8169d90c8 (diff) | |
| download | refcat-037eb76dc34284b9946be7f805618b58b2e2a761.tar.gz refcat-037eb76dc34284b9946be7f805618b58b2e2a761.zip | |
task: add timing
| -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 cf67162..75e40b5 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1094,7 +1094,7 @@ class UnmatchedOpenLibraryMatchTable(Refcat): class BrefZipOpenLibrary(Refcat): """ - Export fuzzy matches to open library targets. + Export fuzzy matches to open library targets. 178m23.701s. """ def requires(self): return { |
