Correct invalid reference to global display

This commit is contained in:
Abhijit Menon-Sen 2015-07-30 22:52:47 +05:30
parent 10def3aa54
commit ff2d160fff

View file

@ -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)