-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
update_repos commands fails #3696
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 was able to replicate this on my local instance, I'm going to see what's happening. |
I found that the error happens here This is the error that I catch from pdb I'm going to investigate more deeper why build is None. |
I found the error, indeed is a bug on the code. Here is called the task for update the docs, but from command line From the docstrings, says that if those parameters are But later on the code it tries to save the command with Anyone feel free to fix this bug if I have not done it in the next days :)
If the solution is more deeper, probably we may want to wait to #3687. |
Thanks to @humitos I learn that this command is also used here So this command I'm not complete sure if |
Yeah, perhaps just setting |
Details
On a local rtd instance installed from git 09f8282, call
python manage.py repos pip
fails. The project data is frompython manage.py loaddata test_data
.Expected Result
Command to works fine
Actual Result
The text was updated successfully, but these errors were encountered: