Closed dustingooding closed 6 years ago
This doesn't work, unfortunately. It ends up saving behaviors to the root of the package path in the src tree (assuming devel-space), which isn't where the execution engine looks. I'll close this and just implement getPackagePythonPath
that (hopefully) works with both devel and install space.
…avior packing and saving functions
It looks like
getPackagePythonPath
isn't defined, butgetPackagePath
is. This resolves some runtime errors related to saving behaviors.