mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-04 03:08:21 +08:00
PEP8.
This commit is contained in:
@@ -177,7 +177,7 @@ class ModuleBuild(RidaBase):
|
||||
)
|
||||
return module
|
||||
|
||||
def transition(self, conf, state, state_reason = None):
|
||||
def transition(self, conf, state, state_reason=None):
|
||||
""" Record that a build has transitioned state. """
|
||||
now = datetime.utcnow()
|
||||
old_state = self.state
|
||||
|
||||
Reference in New Issue
Block a user