Changes between Initial Version and Version 1 of Ticket #36697


Ignore:
Timestamp:
Oct 30, 2025, 5:56:16 AM (24 hours ago)
Author:
Pierre Sassoulas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36697 – Description

    initial v1  
    22) with the following stacktrace:
    33
    4 ```
     4
     5
     6{{{
    57ERROR: test_makemessages_no_settings (i18n.test_extraction.NoSettingsExtractionTests.test_makemessages_no_settings)
    68----------------------------------------------------------------------
     
    3133  File "<frozen posixpath>", line 536, in commonpath
    3234TypeError: expected str, bytes or os.PathLike object, not NoneType
    33 ```
     35}}}
     36
     37
    3438
    3539When find_formatters return a black_path that is None (shutil.which("black") is None, meaning black is not installed).
Back to Top