FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d5a25ee3 authored by Ed Kirk's avatar Ed Kirk
Browse files

chore: improve no iterations found feedback

parent 21875ac3
No related merge requests found
Pipeline #632626 failed
......@@ -115,6 +115,10 @@ def mean_capacity(
print(
f"Mean iteration capacity last {week_count} weeks: {capacity_sum/capacity_count}"
)
else:
print(
f"No iterations found."
)
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