-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] TEL and TELALT contains some unknown color codes #144
Comments
It clearly is meant to be yellow. Thanks for catching this. Can you submit a quick PR? |
I'm busy now, but in a few hours I should be able to do it. |
kvid
added a commit
to kvid/WireViz
that referenced
this issue
Aug 3, 2020
formatc1702
pushed a commit
that referenced
this issue
Aug 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both
COLOR_CODES['TEL']
andCOLOR_CODES['TELALT']
contain 10 entries each with the color code'YW'
that I guess should have been'YE'
for yellow. Is that correct, or is it a different yellow color that should be inserted into the_color_hex
,_color_full
, and_color_ger
tables? The error messageUnknown color specified
is repeated 20 times while running each test case below.TEL test case:
The text was updated successfully, but these errors were encountered: