From c5153573446cd703162b392dae883e43f14cb009 Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@inrae.fr> Date: Mon, 20 Mar 2023 15:25:25 +0100 Subject: [PATCH] ENH: print --- theia_picker/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theia_picker/cli.py b/theia_picker/cli.py index a26a36b..be7c2ba 100755 --- a/theia_picker/cli.py +++ b/theia_picker/cli.py @@ -157,7 +157,7 @@ def main(): level=params.level ) n_feats = len(features) - log.info("Got %s results:", n_feats) + log.info("Got %s result(s)", n_feats) for i, feat in enumerate(features): log.info( "Result %s/%s: %s", i + 1, n_feats, -- GitLab