Closed G4Hu closed 1 year ago
FSEX.ttx line 6041 has an inconsistent date with day of the week. When using fonttools ttx FSEX.ttx it results in an error:
FSEX.ttx line 6041
ttx FSEX.ttx
assert t.weekday() == wkday_idx, '"' + value + '" has inconsistent weekday' AssertionError: "Wed May 8 16:50:55 2016" has inconsistent weekday
Can be fixed by changing the day to Sunday <modified value="Sun May 8 16:50:55 2016" />
<modified value="Sun May 8 16:50:55 2016" />
FSEX.ttx line 6041
has an inconsistent date with day of the week. When using fonttoolsttx FSEX.ttx
it results in an error:Can be fixed by changing the day to Sunday
<modified value="Sun May 8 16:50:55 2016" />