-
Notifications
You must be signed in to change notification settings - Fork 72
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
Getting supported languages with innoextract can fail silently #627
Comments
I'll include this in my wine rework branch, since i have to touch this part of the code anyway to fix issues with innoextract. |
I think it would be better to have this in a separate PR. |
OK. I'll leave it out. Might need another addition afterwards to get the automatic language selection during installation to work. |
Yeah, that is true, but it would be nice to merge the current MR as soon as possible. For that we need to keep it focused. Smaller PRs are much easier and faster to review. |
I've only got 2 more failing test cases atm and these are related to innoextract and lang_install. |
Ah okay, let me know if you need any help. |
The return code of the application is never checked and neither is the stderr:
minigalaxy/minigalaxy/installer.py
Lines 376 to 395 in a2c04d3
The text was updated successfully, but these errors were encountered: