zgibanez
2 years agoOccasional Contributor
Calling
I have two script units in Python. I want to import functions from one to another. I am following the steps mentioned in this page. I made this simple test, but I am always getting `NameError: name...
- 9 years ago
OK I've forked your API and made one other change. The enum fix was necessary, but you hit another (different) bug in this version of the codegen.
In your "allOf" constructs, you must have the $ref item first in the array. It's a bug that is fixed in the next release, but it is a requirement to get around it. When you have the $ref first, it builds and downloads just fine.
I've sent you a request to access the fork, please feel free to copy it and update your definition, or just swap the three allOf's.
Please report back!