diff --git a/buildman/server.py b/buildman/server.py index 14a577d67..f04060351 100644 --- a/buildman/server.py +++ b/buildman/server.py @@ -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