Skip to content

Commit

Permalink
Merge pull request #323 from bradh11/fix/319
Browse files Browse the repository at this point in the history
Fix/319
  • Loading branch information
ktbyers committed Feb 17, 2019
2 parents c45a0a8 + 962ba21 commit 5b6f61a
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, strip=False)


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

0 comments on commit 5b6f61a

Please sign in to comment.