Correct invalid reference to global display
This commit is contained in:
parent
10def3aa54
commit
ff2d160fff
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue