From 256c2a44cd6719ed411f450d0021a411fbfa3b66 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 20 Oct 2016 14:57:22 -0400 Subject: [PATCH] Fix syntax error. --- rida/scheduler/handlers/components.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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