Skip to content

MatrixValidationDebugging

EmilyBender edited this page Jun 30, 2009 · 1 revision

The way to debug these "no asterisk errors": Go into deffile.py to the place where the "Create Grammar" button is being created. Instead of passing in "len(errors) > 0" as the last argument to html_input() (which disables the button if there are any errors), pass in "False" instead. Then you can click the "Create Grammar" button and see the old-style list-of-error-messages page. (sfd 6/29/09)

Clone this wiki locally