Fix syntax error.

This commit is contained in:
Ralph Bean
2016-10-20 14:57:22 -04:00
parent 8f9d4e8403
commit 256c2a44cd

View File

@@ -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