• Milly's avatar
    Fixed filename part sanitizing · a8a75ec4
    Milly authored
    The following file patterns are invalid on Windows.
    - Begin or end with the ASCII Space (0x20)
    - End with the ASCII Period (0x2E)
    
    For example, if `[prompt_spaces]` is specified as the directory name pattern, sometimes file saving may fail.
    a8a75ec4
images.py 15.1 KB