Skip to content

Commit 1527849

Browse files
Correct the hint, where to add a cluster. (#31826)
The clusters are listed now in zap_cluster_list.json and not in the .py anymore.
1 parent e75f229 commit 1527849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/zap_cluster_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_cluster_sources(clusters: typing.Set[str],
2323
for cluster in clusters:
2424
if cluster not in source_map:
2525
raise ValueError("Unhandled %s cluster: %s"
26-
" (hint: add to src/app/zap_cluster_list.py)" % (side, cluster))
26+
" (hint: add to src/app/zap_cluster_list.json)" % (side, cluster))
2727

2828
cluster_sources.update(source_map[cluster])
2929

0 commit comments

Comments
 (0)