From 037eb76dc34284b9946be7f805618b58b2e2a761 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 7 Jun 2021 17:38:27 +0200 Subject: task: add timing --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3