Skip to content

Commit

Permalink
fixup! Get job
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardsegarra committed Apr 26, 2024
1 parent 66b4e62 commit 8215cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def monitor_queued_jobs():
if not node_ids:
return

jobs_data = query_nodes(node_ids.keys())
jobs_data = query_nodes(list(node_ids.keys()))
details = extract_jobs_metrics_from_data(jobs_data, node_ids)

for run in details:
Expand Down

0 comments on commit 8215cfd

Please sign in to comment.