Skip to content
Snippets Groups Projects
Commit da133f1d authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'fix_compAccumulatortypo' into 'master'

fix typo in addService

See merge request !43793
parents 21f89350 c67efba2
No related branches found
Tags release/22.0.35
4 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!43793fix typo in addService
......@@ -449,7 +449,7 @@ class ComponentAccumulator(object):
raise TypeError("Attempt to add wrong type: {} as service".format(type( newSvc ).__name__))
if newSvc.__component_type__ != "Service":
raise TypeError("Attempt to add wrong type: {} as service".fomrat(newSvc.__component_type__))
raise TypeError("Attempt to add wrong type: {} as service".format(newSvc.__component_type__))
pass
context = createContextForDeduplication("Merging with existing Service", newSvc.name, self._componentsContext) # noqa : F841
......
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