mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge branch 'develop' into azurefs
This commit is contained in:
commit
aeea10f2b9
@ -970,7 +970,7 @@ class Minion(MinionBase):
|
|||||||
# Flag meaning minion has finished initialization including first connect to the master.
|
# Flag meaning minion has finished initialization including first connect to the master.
|
||||||
# True means the Minion is fully functional and ready to handle events.
|
# True means the Minion is fully functional and ready to handle events.
|
||||||
self.ready = False
|
self.ready = False
|
||||||
self.jid_queue = jid_queue
|
self.jid_queue = jid_queue or []
|
||||||
|
|
||||||
if io_loop is None:
|
if io_loop is None:
|
||||||
if HAS_ZMQ:
|
if HAS_ZMQ:
|
||||||
|
Loading…
Reference in New Issue
Block a user