Skip to content

Commit 8fa1a79

Browse files
LArSoftUtils.py: fixed name call
When renaming is an afterthought. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6bea142 commit 8fa1a79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbnalg/gallery/python/LArSoftUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def loadSimpleService \
316316

317317
if not isinstance(config, ROOT.fhicl.ParameterSet):
318318
try:
319-
config = getServiceConfig(
319+
config = readServiceConfig(
320320
getConfig=(config.service if config else registry.config),
321321
configKey=serviceName,
322322
)

0 commit comments

Comments
 (0)