Fix typo in build server enum

This commit is contained in:
Joseph Schorr 2016-10-24 12:46:48 -04:00
parent 46bc703488
commit 754f1ac07b

View file

@ -149,7 +149,7 @@ class BuilderServer(object):
if update_phase:
status_handler = StatusHandler(self._build_logs, build_job.repo_build.uuid)
status_handler.set_phase(RESULT_PHASE[job_status])
status_handler.set_phase(RESULT_PHASES[job_status])
self._job_count = self._job_count - 1