Fix calling job steps in real_db_upgrade module

Change-Id: Id1bce033d51636bf15560161cfce3a1dd3a98a70
This commit is contained in:
Joshua Hesketh 2014-05-02 09:35:58 +10:00
parent 2328b0ce0c
commit 0759d0262d

View File

@ -55,7 +55,7 @@ class Runner(models.ShellTask):
self.job_datasets = self._get_job_datasets()
# all other steps are common to running a shell script
super(Runner, self).job_steps()
super(Runner, self).do_job_steps()
@common.task_step
def _get_job_datasets(self):