Correct the number of steps in migration checks

Change-Id: Ia4533053659a4fff5b36b122e8814168cd8449e4
This commit is contained in:
Joshua Hesketh 2014-01-18 14:46:13 +11:00
parent e095c8cf1c
commit 333aa0590f

View File

@ -48,7 +48,7 @@ class Runner(models.Task):
self.job_datasets = []
# Define the number of steps we will do to determine our progress.
self.total_steps = 4
self.total_steps = 5
def start_job(self, job):
self.job = job