Skip to content

Commit

Permalink
Merge pull request #322 from ktbyers/poetry_enum34
Browse files Browse the repository at this point in the history
Temporary fix for enum34 and netmiko-poetry issue
  • Loading branch information
ktbyers committed Feb 17, 2019
2 parents 769729e + 292f1e9 commit c45a0a8
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 82 deletions.
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=True, strip=False)
init(autoreset=True, convert=False, strip=False)


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

0 comments on commit c45a0a8

Please sign in to comment.