Commit ff2d160f by Abhijit Menon-Sen

Correct invalid reference to global display

parent 10def3aa
...@@ -262,7 +262,7 @@ class PlaybookExecutor: ...@@ -262,7 +262,7 @@ class PlaybookExecutor:
second = do_prompt("confirm " + msg, private) second = do_prompt("confirm " + msg, private)
if result == second: if result == second:
break break
display("***** VALUES ENTERED DO NOT MATCH ****") self._display.display("***** VALUES ENTERED DO NOT MATCH ****")
else: else:
result = do_prompt(msg, private) result = do_prompt(msg, private)
......
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