diff --git a/rida/scheduler/handlers/components.py b/rida/scheduler/handlers/components.py index 4b7ed2e3..3b9f2aee 100644 --- a/rida/scheduler/handlers/components.py +++ b/rida/scheduler/handlers/components.py @@ -67,7 +67,7 @@ def _finalize(config, session, msg, state): if state != koji.BUILD_STATES['COMPLETE']: # If the macro build failed, then the module is doomed. parent.transition(config, state=models.BUILD_STATES['failed'], - state_reason) + state_reason=state_reason) session.commit() return