Skip to content
Snippets Groups Projects
Commit 2eb32234 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

cli: Print lister stats at the end of the run command

Display the number of processed pages and listed origins after the
listing process ended.
parent 7092e4e4
No related branches found
No related tags found
1 merge request!478cli: Use temporary scheduler as fallback when no configuration detected
Pipeline #5043 passed
......@@ -77,7 +77,7 @@ def run(ctx, lister, options):
config["scheduler"] = {"cls": "temporary"}
get_lister(lister, **config).run()
print(get_lister(lister, **config).run())
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment