We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace all the call of path.py by using the std pathlib functions
The text was updated successfully, but these errors were encountered:
An error occur with latest version of path (formerly path.py)!
Traceback (most recent call last): File "XXX/openalea-components/multisetup.py", line 63, in <module> main() File "XXX/openalea-components/multisetup.py", line 58, in main mysetup = Multisetup(curdir='.', commands=args, packages=dirs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "XXX/lib/python3.12/site-packages/openalea.deploy-3.1.2-py3.12.egg/openalea/deploy/multisetup.py", line 74, in __init__ self.curdir = Path(curdir).abspath() ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Path' object has no attribute 'abspath'
Sorry, something went wrong.
pradal
No branches or pull requests
Replace all the call of path.py by using the std pathlib functions
The text was updated successfully, but these errors were encountered: