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
If the entire file is indented with tabs but a rule section, e.g. output, is indented with spaces, rule parsing fails up until the next rule (so, in this case, rule foo wouldn't be parsed correctly starting with input section, rule boo would be parsed correctly).
Python plugin reports an 'unexpected indent' error in such cases and suggests converting indentation, we could probably try to do the same.
The text was updated successfully, but these errors were encountered:
If the entire file is indented with tabs but a rule section, e.g.
output
, is indented with spaces, rule parsing fails up until the next rule (so, in this case, rulefoo
wouldn't be parsed correctly starting withinput
section, ruleboo
would be parsed correctly).Python plugin reports an 'unexpected indent' error in such cases and suggests converting indentation, we could probably try to do the same.
The text was updated successfully, but these errors were encountered: