Skip to content

Commit

Permalink
Merge pull request JakeWharton#1 from ozziefallick/issue-178
Browse files Browse the repository at this point in the history
Fixed color encoding problem causing Issue JakeWharton#178
  • Loading branch information
ozziefallick committed Mar 8, 2022
2 parents 8eaedfe + e02fb09 commit 4d7af73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pidcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@ def tag_in_tags_regex(tag, tags):
message = matcher.sub(replace, message)

linebuf += indent_wrap(message)
print(linebuf.encode('utf-8'))
print(linebuf)

0 comments on commit 4d7af73

Please sign in to comment.