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

Report of memento count does not include comma and (con)text on Linux #410

Closed
machawk1 opened this issue Mar 26, 2019 · 0 comments
Closed

Comments

@machawk1
Copy link
Owner

machawk1 commented Mar 26, 2019

Related: ce78b18, #401, #308
Tested with: 50822e6

This very likely has to do with how the locale is set on Linux/Window vs. macOS:

wail/bundledApps/WAIL.py

Lines 364 to 368 in 50822e6

localeToSet = 'en_US'
if not util.is_macOS(): # Let system determine locale
localeToSet = ''
locale.setlocale(locale.LC_ALL, localeToSet)

Screen Shot 2019-03-26 at 4 45 28 PM

Screen Shot 2019-03-26 at 4 48 27 PM

This needs to be also tested on Windows to see if the same issue occurs.

machawk1 added a commit that referenced this issue Mar 31, 2019
MemGator output being formatted in WAIL interface
based on locale availability

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

No branches or pull requests

1 participant