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
@gmazzei-chartboost thanks for taking the time to report this. I'm unfortunately on my summer vacation and won't be able to look into this in detail in the next 2 weeks.
If you know the fix and don't mind creating a PR yourself then I will approve and merge it from my phone and make sure it gets released to PyPi on the same day
The current code to generate an enum is the following:
This allows only direct classes of Enum to be generated. If you have something like
it wont work.
This can be fixed by just asking if it is instance of Enum instead
The text was updated successfully, but these errors were encountered: