Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix "Cannot look up attributes in a type object" in generated scripts
The panda script failed with "Cannot look up attributes in a type object in method files at src/gen/m-CORE.setting:26732". Seems like files() expects to be called on an object. CompUnitRepo objects are to be found in @*INC.
- Loading branch information