Skip to content

Commit f88f266

Browse files
committed
One more rename
1 parent 7666754 commit f88f266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osg_configure/configure_modules/gratia.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def parse_configuration(self, configuration):
9090

9191
if (not configuration.has_section(self.config_section) and requirements_are_installed()):
9292
self.log('CE probes installed but no Gratia section, auto-configuring gratia')
93-
self._auto_configure(configuration)
93+
self._configure_default_ce(configuration)
9494
self.log('GratiaConfiguration.parse_configuration completed')
9595
return True
9696
elif not configuration.has_section(self.config_section):
@@ -439,7 +439,7 @@ def _set_enabled_probe_host(self, probes):
439439
else:
440440
self.enabled_probe_hosts[probe_name] = ':'.join(tmp[1:])
441441

442-
def _auto_configure(self, configuration):
442+
def _configure_default_ce(self, configuration):
443443
"""
444444
Configure gratia for a ce which does not have the gratia section
445445
"""

0 commit comments

Comments
 (0)