[arvados] updated: 2.7.0-6266-g70e6db9762
git repository hosting
git at public.arvados.org
Tue Apr 30 17:44:14 UTC 2024
Summary of changes:
tools/cluster-activity/arvados_cluster_activity/main.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 70e6db97625e85c5b8fa2750a930c36aeeefa8ba (commit)
from bdd11f9c2f0d9dc9005a9f205cbb037fa3d71be4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 70e6db97625e85c5b8fa2750a930c36aeeefa8ba
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Tue Apr 30 13:43:58 2024 -0400
21121: Fix argument
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/tools/cluster-activity/arvados_cluster_activity/main.py b/tools/cluster-activity/arvados_cluster_activity/main.py
index 4a23b06bd7..1be7e9d3a6 100755
--- a/tools/cluster-activity/arvados_cluster_activity/main.py
+++ b/tools/cluster-activity/arvados_cluster_activity/main.py
@@ -26,8 +26,7 @@ def parse_arguments(arguments):
arg_parser.add_argument('--end', help='End date for the report in YYYY-MM-DD format (UTC), default "now"')
arg_parser.add_argument('--days', type=int, help='Number of days before "end" to start the report')
arg_parser.add_argument('--cost-report-file', type=str, help='Export cost report to specified CSV file')
- arg_parser.add_argument('--include-workflow-steps', type=bool,
- default=False,
+ arg_parser.add_argument('--include-workflow-steps', default=False,
action="store_true", help='Include individual workflow steps')
if prometheus_support:
arg_parser.add_argument('--cluster', type=str, help='Cluster to query for prometheus stats')
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list