-
Notifications
You must be signed in to change notification settings - Fork 8
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
catch situations where PKGMAN_Exec
returns fail
#123
Comments
Thanks for this! I guess this will be an easy fix. |
Actually when looking into this, I'm having trouble reproducing the issue. Do you know of a common time when PKGMAN_Exec returns fail? |
Does it handle case were |
The problem was indeed with |
So what shall we do then? Change |
Actually the problem was fixed with #126, thus the issue can be closed. As soon as |
InstallPackageFromGit( url )
callsPKGMAN_Exec
, and expects that the result is a record.Thus GAP runs into an error if
PKGMAN_Exec
returnsfail
.The text was updated successfully, but these errors were encountered: