Skip to content

Commit 9d0fa13

Browse files
dnicolodirgommers
authored andcommitted
BUG: remove forgotten comma making error messages look funny
1 parent 595d68d commit 9d0fa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesonpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _map_to_wheel(sources: Dict[str, Dict[str, Any]]) -> DefaultDict[str, List[T
145145

146146

147147
class style:
148-
ERROR = '\33[31m', # red
148+
ERROR = '\33[31m' # red
149149
WARNING = '\33[93m' # bright yellow
150150
INFO = '\33[36m\33[1m' # cyan, bold
151151
RESET = '\33[0m'

0 commit comments

Comments
 (0)