Fixing typo in base strategy code from handler listen feature merge

pull/16371/head
James Cammarata 8 years ago
parent a026481396
commit 17447ff035

@ -376,7 +376,6 @@ class StrategyBase:
self._notified_handlers[target_handler].append(original_host)
# FIXME: should this be a callback?
display.vv("NOTIFIED HANDLER %s" % (handler_name,))
else:
elif result[0] == 'register_host_var':
# essentially the same as 'set_host_var' below, however we

Loading…
Cancel
Save