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
anybox.recipe.odoo must ensure develop-eggs directory is well created before calling develop method
Using new zc.buildout version (2.9.3) with no 'develop' or 'vcs-develop' directives in buildout.cfg leads to a weird issue : OSError: [Errno 2] No such file or directory: '/mypath/develop-eggs/tmpg0yP_Xbuild'
It seems develop-eggs directory is not created (and cannot be ?) so the recipe should check it exists before making any call to develop
The text was updated successfully, but these errors were encountered:
anybox.recipe.odoo must ensure develop-eggs directory is well created before calling develop method
Using new zc.buildout version (2.9.3) with no 'develop' or 'vcs-develop' directives in buildout.cfg leads to a weird issue :
OSError: [Errno 2] No such file or directory: '/mypath/develop-eggs/tmpg0yP_Xbuild'
It seems develop-eggs directory is not created (and cannot be ?) so the recipe should check it exists before making any call to develop
The text was updated successfully, but these errors were encountered: