Skip to content

Commit 01306bf

Browse files
committed
Pull in fix for lint error in mig/server/bestfitscheduler.py from PR #495 .
1 parent c728eac commit 01306bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mig/server/bestfitscheduler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def schedule(self, resource_conf, must_match={}):
117117

118118
best_job = None
119119
best_fitness = 0.0
120+
best_i = 0
120121

121122
for i in range(0, qlen):
122123
job = self.job_queue.get_job(i)

0 commit comments

Comments
 (0)