Changes between Initial Version and Version 1 of Ticket #36697
- Timestamp:
- Oct 30, 2025, 5:56:16 AM (24 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
- 
      Ticket #36697 – Descriptioninitial v1 2 2 ) with the following stacktrace: 3 3 4 ``` 4 5 6 {{{ 5 7 ERROR: test_makemessages_no_settings (i18n.test_extraction.NoSettingsExtractionTests.test_makemessages_no_settings) 6 8 ---------------------------------------------------------------------- … … 31 33 File "<frozen posixpath>", line 536, in commonpath 32 34 TypeError: expected str, bytes or os.PathLike object, not NoneType 33 ``` 35 }}} 36 37 34 38 35 39 When find_formatters return a black_path that is None (shutil.which("black") is None, meaning black is not installed).