Replies: 1 comment 1 reply
-
Also: happy 2️⃣ 0️⃣ 2️⃣ 4️⃣ ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When specifying check IDs manually on the command line, FontBakery crashes or does not terminate when there are no checks matching the given IDs.
Reproducing
Obtain a TTF:
Install the latest version of FontBakery:
python3 -m venv venv . venv/bin/activate pip install fontbakery
Run FontBakery on the TTF, specifying a check ID that does not exist:
Expected result
FontBakery shows an error message, or exits with a report showing that 0 tests were performed.
Actual result
Depending on how FontBakery was invoked:
Environment
Beta Was this translation helpful? Give feedback.
All reactions