Skip to content

Commit

Permalink
Fix tool IDs for CI (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut authored Dec 4, 2024
1 parent 87f4d85 commit 78bdb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/bin/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def read_suite_per_tool_id(tool_fp: str) -> Dict:
tool_suites = load_json(tool_fp)
tools = {}
for suite in tool_suites:
for tool in suite["Suite ID"]:
for tool in suite["Tool IDs"]:
tools[tool] = {
"Suite ID": suite["Suite ID"],
"Suite owner": suite["Suite owner"],
Expand Down

0 comments on commit 78bdb15

Please sign in to comment.