Commit c5153573 authored by Remi Cresson's avatar Remi Cresson
Browse files

ENH: print

No related merge requests found
Pipeline #45466 passed with stages
in 2 minutes and 21 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment