mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 02:37:48 +08:00
Fix syntax error.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user