Skip to content

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

@machawk1

Description

@machawk1

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions