Fixing typo in base strategy code from handler listen feature merge
This commit is contained in:
parent
a026481396
commit
17447ff035
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue