Skip to content
New issue

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

Object.full_path throws an exception #29

Open
bitpuppet opened this issue Jan 15, 2020 · 0 comments
Open

Object.full_path throws an exception #29

bitpuppet opened this issue Jan 15, 2020 · 0 comments

Comments

@bitpuppet
Copy link

I am trying to get the full_path of an object after uploading it but getting:

AttributeError: 'Object' object has no attribute 'full_path'

I suspect, this is happening because you are overriding __getattr__ in which you are not checking for the properties that are already defined, instead you are directly calling getattr() on _obj:
https://github.com/mardix/flask-cloudy/blob/master/flask_cloudy.py#L465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant