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

[FW][FIX] base: duration widget for unsupported babel format #156415

Closed

Commits on Mar 4, 2024

  1. [FIX] base: duration widget for unsupported babel format

    In case of exception of type KeyError during the formatting with Babel
    instead to raise a Traceback, we first retry with the en_US locale.
    
    Babel fixes each week new bug of formatting like the one in the test,
    but we cannot bump our default babel version since it is not in the
    stable Ubuntu 22 so it is a best effort fix that will not hide all bugs
    but is better that nothing.
    
    python-babel/babel#827
    
    X-original-commit: c781015
    JKE-be committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6362f37 View commit details
    Browse the repository at this point in the history