Files
fm-orchestrator/module_build_service
Ralph Bean aabd28b148 Fix UnboundLocalError.
I have hotfixed this in production on mbs-backend01::

    Traceback (most recent call last):
      File "module_build_service/scheduler/consumer.py", line 134, in consume
        self.process_message(session, msg)
      File "module_build_service/scheduler/consumer.py", line 224, in process_message
        for event in further_work:
    UnboundLocalError: local variable 'further_work' referenced before assignment
2017-03-22 13:10:34 -04:00
..
2017-03-22 13:10:34 -04:00
2017-02-28 09:08:32 +01:00
2017-02-28 17:59:02 +01:00