File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
osg_configure/configure_modules Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,7 @@ def configure(self, attributes):
168
168
probe_config_files = self .get_installed_probe_config_files ()
169
169
probes_iter = probe_config_files .keys ()
170
170
for probe in probes_iter :
171
- if probe in self ._old_job_managers :
172
- continue
173
- elif probe in self ._job_managers :
171
+ if probe in self ._job_managers :
174
172
if probe not in self ._probe_config :
175
173
# Probe is installed but we don't have configuration for it
176
174
# might be due to pbs-lsf probe sharing or relevant job
@@ -181,6 +179,8 @@ def configure(self, attributes):
181
179
probe_host = self .enabled_probe_hosts ['jobmanager' ]
182
180
else :
183
181
continue
182
+ elif probe in self ._old_job_managers :
183
+ continue
184
184
else :
185
185
if probe in self .enabled_probe_hosts :
186
186
probe_host = self .enabled_probe_hosts [probe ]
You can’t perform that action at this time.
0 commit comments