Skip to content

broken with babel==2.14.0 #17

@Alex-ley-scrub

Description

@Alex-ley-scrub

see: https://github.com/python-babel/babel/releases/tag/v2.14.0

see: https://github.com/snoopyjc/ssf/blob/master/ssf/ssf.py#L570

should change from:

self.decimal_point = decimal_separator or locale.number_symbols['decimal']

to this maybe?

self.decimal_point = decimal_separator or locale.number_symbols.get('decimal') or locale.number_symbols.get('latn', {}).get('decimal')

fixed in PR #18
which tries to merge in https://github.com/Scrub-AI/ssf/tree/0.2.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions