Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
Fixed annotation style
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Oct 1, 2017
1 parent 4d5a3a2 commit a014f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## master (unreleased)

*
* Fixed unit tests annotations

## 1.0.0 (2017-10-01)

Expand Down
2 changes: 1 addition & 1 deletion blackmamba/script/run_unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def _run_unit_tests(path):

scroll = True
for a in annotations:
editor.annotate_line(a.line, a.text, a.editor_annotation_style, True, filename=a.filename, scroll=scroll)
editor.annotate_line(a.line, a.text, a.style.value, True, filename=a.filename, scroll=scroll)
scroll = False

if _hide_console():
Expand Down

0 comments on commit a014f72

Please sign in to comment.