Skip to content
Snippets Groups Projects
Commit a37e95c5 authored by Duc Ta's avatar Duc Ta
Browse files

Merge branch 'ca_publictools' into '24.0'

ComponentAccumulator: fix naming of public tools

See merge request !69132
parents 326e79df 2d81eb9d
No related branches found
No related tags found
2 merge requests!692142024-02-24: merge of 24.0 into main,!69132ComponentAccumulator: fix naming of public tools
......@@ -1106,8 +1106,7 @@ class ComponentAccumulator(AccumulatorCachable):
#Public Tools:
for pt in self._publicTools:
pt.name = "ToolSvc." + pt.name
getCompsToBeAdded(pt)
getCompsToBeAdded(pt, namePrefix="ToolSvc.")
#Auditors:
for aud in self._auditors:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment