Correct invalid reference to global display

pull/11803/head
Abhijit Menon-Sen 9 years ago
parent 10def3aa54
commit ff2d160fff

@ -262,7 +262,7 @@ class PlaybookExecutor:
second = do_prompt("confirm " + msg, private)
if result == second:
break
display("***** VALUES ENTERED DO NOT MATCH ****")
self._display.display("***** VALUES ENTERED DO NOT MATCH ****")
else:
result = do_prompt(msg, private)

Loading…
Cancel
Save