-
Notifications
You must be signed in to change notification settings - Fork 160
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
App fails to start when Git binary is not present #2125
Comments
Confirmed and fix in testing. Looks like also handling a FileNotFound error here would fix. |
PR 2126 opened to fix. Will be included in 5.10.1 in early Jan. |
@der-eismann, can you possibly double-check for me that updating this line EDMarketConnector/config/__init__.py Line 102 in b0b9113
to this EDMarketConnector/config/__init__.py Line 102 in d333450
Also resolves the issue on your flatpak tester? I'm testing it here but want to make sure there isn't another issue this is masking. |
Seems to work fine, I can run it after applying this change 👍 Will merge it now and remove it after 5.10.1 is out. Although I'm wondering why there's no |
Hmm. Possibly depending on how the logging is set up? I'd have to refresh myself on logging levels. Glad to hear it's working now!! |
Please complete the following information:
Describe the bug
When testing flathub/io.edcd.EDMarketConnector#32, I get the following error:
I guess this was introduced in #2084 when the exception was modified, but I'm not 100% sure. Now most people do have Git, but it shouldn't be a hard requirement, especially if there's a fallback to the .gitversion file.
/cc @dvdmuckle
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App should start
The text was updated successfully, but these errors were encountered: