This commit is contained in:
Ralph Bean
2016-10-20 14:26:28 -04:00
parent 67f72b8379
commit db09d8e0f3

View File

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