Skip to content
Snippets Groups Projects
Commit 1db04d1d authored by vlorentz's avatar vlorentz
Browse files

ListOriginContributors: Display ETA on stdout

parent 7c565ab1
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class ListOriginContributors(luigi.Task):
script = f"""
zstdcat {self.topological_order_path} \
| java {class_name} '{self.local_graph_path}/{self.graph_name}' '{origin_urls_fd.name}' \
| pv --line-mode --wait \
| pv --line-mode --wait --size $(zstdcat '{self.topological_order_path}' | wc -l) \
| zstdmt -19
""" # noqa
run_script(script, self.origin_contributors_path)
......
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