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

[5.6] BUG: Fix temporary folder containing special characters #7460

Merged
merged 1 commit into from
Dec 11, 2023

Commits on Dec 11, 2023

  1. BUG: Fix temporary folder containing special characters

    qt.QDateTime().currentDateTime().toString(...) may use Arabic numerals on an operating system set to Arabic language.
    Always specify en-US locale when using when using date in file/folder names to avoid having to work with paths that may contain unicode characters
    (such paths may cause problems on certain file systems and it may not be always possible to pass them as command-line arguments).
    
    Fixes problem originally reported at:
    https://discourse.slicer.org/t/i-tried-everything-to-run-totalsegmentator-pls-help/33023/3
    
    (cherry picked from commit eccb98c)
    lassoan authored and jcfr committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2b48b54 View commit details
    Browse the repository at this point in the history