Skip to content
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

fix crash caused by unsupported locales #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Iksas
Copy link

@Iksas Iksas commented Aug 14, 2024

When run on a system with an unsupported locale setting (e.g. LC_TIME=en_DE.UTF-8), menuconfig.py crashes with the following message:

locale.Error: unsupported locale setting

This PR fixes this error by falling back to the default locale if an unsupported locale is encountered.

(This PR is a copy of ulfalizer/Kconfiglib#107)

@stephanosio
Copy link
Member

Rebased

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants