-
-
Notifications
You must be signed in to change notification settings - Fork 477
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
sage --package download is broken #30648
Comments
comment:1
Looks like I broke this when adding the |
comment:2
doing this change: - app.download_cls(args.package_name, args.allow_upstream)
+ app.download(args.package_name, args.allow_upstream) fixed it on my side |
comment:3
I don't know if this is the correct fix. I don't know if there are similar error in the file. I just know that this change allowed me to download the tarball I was looking for. New commits:
|
Author: Sébastien Labbé |
Commit: |
Branch: u/slabbe/30648 |
comment:5
a gentle ping |
Reviewer: Matthias Koeppe |
comment:7
thanks for the review |
Changed branch from u/slabbe/30648 to |
comment:9
Follow-up in #30865 |
Changed commit from |
Component: distribution
Author: Sébastien Labbé
Branch:
e463513
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/30648
The text was updated successfully, but these errors were encountered: