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
In our model we have an EEnum with quite a lot of options and in the latest version of pyecoregen the generated python code cannot compile due to a wrong line break.
It generates the following output (scroll to the right):
Thanks for the issue, I will investigate on that. At the moment, I don't have really any idea why this behavior happend. By change, is there any case that a trailing \n would appear in your EnumLiteral name? It's really unlikely, but just in case.
Hi!
In our model we have an EEnum with quite a lot of options and in the latest version of
pyecoregen
the generated python code cannot compile due to a wrong line break.It generates the following output (scroll to the right):
It breaks before the
'
instead of after the,
.A different EEnum in our model has even more options, but is OK:
Any idea what causes this?
Thanks!
The text was updated successfully, but these errors were encountered: