Skip to content

Commit fe6cfca

Browse files
committed
Add dark-orange colour for linting output
1 parent 32c9802 commit fe6cfca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/Python/mctest/mcviewtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def get_cell_tuple(cellobj, refval=None):
7474
if not cellobj["compiled"]:
7575
if cellobj["linted"]:
7676
state = 4
77-
return (state, "<strong><font color=\"red\">Linted only</font></strong>", "", "", "", curl)
77+
return (state, "<strong><font color=\"#8B4000\">C-linter output</font></strong>", "", "", "", curl)
7878
else:
7979
state = 4
8080
return (state, "<strong><font color=\"red\">! Compile error !</font></strong>", "", "", "", curl)

0 commit comments

Comments
 (0)