Skip to content

Commit

Permalink
Don't blockquote the override reason, it breaks Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and felipesanches committed Feb 16, 2024
1 parent 26466c5 commit a331d97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lib/fontbakery/checkrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,7 @@ def _override_status(self, subresult: Subresult, check):
*Overridden*: This check was originally a {orig_status} but was
overridden by the {self.profile.name} profile:
> {override.get("reason", "No reason given.")}
{override.get("reason", "No reason given.")}
"""
return subresult
# Potentially override the status based on the config file.
Expand Down

0 comments on commit a331d97

Please sign in to comment.