Skip to content

Commit

Permalink
Fix a typo in glideids_to_advertise
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoCoimbra authored and mambelli committed Dec 21, 2023
1 parent cb19a5b commit 5eb2f2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ def generate_glidein_requests_one(self, jobs_df, slots_df, entries, factory_glob
total_up_stats_arr = init_factory_stats_arr()
total_down_stats_arr = init_factory_stats_arr()

for glideid in glideids_to_advertize:
for glideid in glideids_to_advertise:
if glideid == (None, None):
# Ignore the unmatched entries
continue
Expand Down

0 comments on commit 5eb2f2b

Please sign in to comment.