You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)