Changes between Initial Version and Version 1 of Ticket #35308


Ignore:
Timestamp:
Mar 15, 2024, 3:26:26 PM (2 months ago)
Author:
Jacob Walls
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35308 – Description

    initial v1  
    1 Two members of my team have now run into [https://forum.djangoproject.com/t/black-library-error/20897/3 this issue] described on the Django forum.
     1A couple coworkers of mine have now run into [https://forum.djangoproject.com/t/black-library-error/20897/3 this issue] described on the Django forum.
    22
    33In essence, it's not safe to assume that just because `shutil.which("black")` returns a path that `subprocess.run()` can execute that path.
Back to Top