Merge branch 'develop' into develop

This commit is contained in:
mahesh21 2017-10-02 18:03:27 -04:00 committed by GitHub
commit b3e9b70829

View file

@ -970,7 +970,7 @@ class Minion(MinionBase):
# Flag meaning minion has finished initialization including first connect to the master.
# True means the Minion is fully functional and ready to handle events.
self.ready = False
self.jid_queue = jid_queue
self.jid_queue = jid_queue or []
if io_loop is None:
if HAS_ZMQ: