Skip to content

Commit

Permalink
fix issue #319 - ascii color codes appear instead of color in output (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh11 authored and dbarrosop committed Feb 15, 2019
1 parent 701136f commit 0967d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nornir/plugins/functions/text/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
LOCK = threading.Lock()


init(autoreset=True, convert=False, strip=False)
init(autoreset=True, convert=True, strip=False)


def print_title(title: str) -> None:
Expand Down

0 comments on commit 0967d11

Please sign in to comment.