Skip to content

Commit

Permalink
Correct the hint, where to add a cluster. (#31826)
Browse files Browse the repository at this point in the history
The clusters are listed now in zap_cluster_list.json and not in the .py anymore.
  • Loading branch information
markus-becker-tridonic-com authored and pull[bot] committed Feb 28, 2024
1 parent b90e9cc commit 05e659d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/zap_cluster_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_cluster_sources(clusters: typing.Set[str],
for cluster in clusters:
if cluster not in source_map:
raise ValueError("Unhandled %s cluster: %s"
" (hint: add to src/app/zap_cluster_list.py)" % (side, cluster))
" (hint: add to src/app/zap_cluster_list.json)" % (side, cluster))

cluster_sources.update(source_map[cluster])

Expand Down

0 comments on commit 05e659d

Please sign in to comment.