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
charm build fails with "AttributeError: 'Path' object has no attribute 'abspath'"
path library deprecated abspath() over 16.13.0
charm code also can handle this but it would be better if charm-tools can pin it under 16.13.0 https://github.com/jaraco/path/blob/e03580edf6cfec719890599010e0b164d06af50f/NEWS.rst#v16130
path is used here. and got error below "AttributeError: 'Path' object has no attribute 'abspath'"
https://github.com/juju/charm-tools/blob/master/charmtools/build/builder.py#L881
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Issue/Feature
charm build fails with
"AttributeError: 'Path' object has no attribute 'abspath'"
path library deprecated abspath() over 16.13.0
charm code also can handle this but it would be better if charm-tools can pin it under 16.13.0
https://github.com/jaraco/path/blob/e03580edf6cfec719890599010e0b164d06af50f/NEWS.rst#v16130
path is used here. and got error below
"AttributeError: 'Path' object has no attribute 'abspath'"
https://github.com/juju/charm-tools/blob/master/charmtools/build/builder.py#L881
The text was updated successfully, but these errors were encountered: