-
Notifications
You must be signed in to change notification settings - Fork 669
project-export download fails in cli.py #559
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
Comments
I found a similar error where in python, the project object has no export attribute, see here Traceback (most recent call last): And if i do a pprint of all project attributes: ['class', Specs: |
@ManchurianSector this looks like a different issue, and from the backtrace you provided I don't think that you are not using version 1.5.1 of python-gitlab. |
@jgeorgeson thanks for the bug report, the fix will be in the next release (coming soon). |
Description of the problem, including code/CLI snippet
Same behavior in Python 3.4.8 on CentOS, also with v1.5.1.
Expected Behavior
Project export archive is downloaded
Actual Behavior
Specifications
The text was updated successfully, but these errors were encountered: