Commit d4cedfc7 by James Cammarata

Fix missing variable initialization for async jid

Fixes #8491
parent a8fe0037
......@@ -34,6 +34,7 @@ class AsyncPoller(object):
self.active = False
# True to work with & below
skipped = True
jid = None
for (host, res) in results['contacted'].iteritems():
if res.get('started', False):
self.hosts_to_poll.append(host)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment