File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
osg_configure/configure_modules Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def parse_configuration(self, configuration):
90
90
91
91
if (not configuration .has_section (self .config_section ) and requirements_are_installed ()):
92
92
self .log ('CE probes installed but no Gratia section, auto-configuring gratia' )
93
- self ._auto_configure (configuration )
93
+ self ._configure_default_ce (configuration )
94
94
self .log ('GratiaConfiguration.parse_configuration completed' )
95
95
return True
96
96
elif not configuration .has_section (self .config_section ):
@@ -439,7 +439,7 @@ def _set_enabled_probe_host(self, probes):
439
439
else :
440
440
self .enabled_probe_hosts [probe_name ] = ':' .join (tmp [1 :])
441
441
442
- def _auto_configure (self , configuration ):
442
+ def _configure_default_ce (self , configuration ):
443
443
"""
444
444
Configure gratia for a ce which does not have the gratia section
445
445
"""
You can’t perform that action at this time.
0 commit comments