Skip to content
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

Dialog / panel unhandled case when having missing commas #10

Open
karniv00l opened this issue Sep 27, 2021 · 0 comments
Open

Dialog / panel unhandled case when having missing commas #10

karniv00l opened this issue Sep 27, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@karniv00l
Copy link
Member

karniv00l commented Sep 27, 2021

example:

dialog = egoPID, "ego Control Closed Loop", xAxis  
  panel = ego_Prop_Table       {(includeAFR == 0) && egoType && (egoAlgorithm < 3) }
  panel = ego_Integral_Table   {(includeAFR == 0) && egoType && (egoAlgorithm < 3) }

Will parse correctly when comma is present between name and condition

@karniv00l karniv00l added the bug Something isn't working label Sep 27, 2021
@karniv00l karniv00l changed the title Dialog / panel unhandled case Dialog / panel unhandled case when having missing commas Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant