Skip to content

Commit

Permalink
flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
magmax committed Sep 16, 2018
1 parent 0116de9 commit de8b2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inquirer/render/console/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def _print_header(self, render):
# ensure any user input with { or } will not cause a formatting error
escaped_current_value = (
str(render.get_current_value())
.replace('{', '{{')
.replace('}', '}}')
.replace('{', '{{')
.replace('}', '}}')
)
self.print_str(
'\n%s: %s' % (msg_template, escaped_current_value),
Expand Down

0 comments on commit de8b2c6

Please sign in to comment.