Skip to content

Commit

Permalink
fix prevVM typo (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanpu authored Dec 15, 2020
1 parent db2cef3 commit 04ea67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __manage(self):
preVM = self.preallocator.allocVM(job.vm.name)
vmms = self.vmms[job.vm.vmms] # Create new vmms object

if prevVM.name is not None:
if preVM.name is not None:
self.log.info("Dispatched job %s:%d to %s [try %d]" %
(job.name, job.id, preVM.name, job.retries))
else:
Expand Down

0 comments on commit 04ea67d

Please sign in to comment.