Skip to content

Commit

Permalink
Fix coloring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jun 18, 2019
1 parent 1c22d00 commit 0fe390f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog
=========

3.0.1 (2019-06-17)
------------------

* Fixed issue with coloring missing source message (coloring leaked into next line).

3.0.0 (2019-06-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/hunter/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def __call__(self, event):
stack.pop()
else:
self.output(
'{}{}{}{KIND}{:9} {RESET}{}{}\n',
'{}{}{}{KIND}{:9} {RESET}{}{}{RESET}\n',
pid_prefix,
thread_prefix,
filename_prefix,
Expand Down

0 comments on commit 0fe390f

Please sign in to comment.