Changes between Initial Version and Version 1 of Ticket #35308
- Timestamp:
- Mar 15, 2024, 3:26:26 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35308 – Description
initial v1 1 Two members of my teamhave now run into [https://forum.djangoproject.com/t/black-library-error/20897/3 this issue] described on the Django forum.1 A 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. 2 2 3 3 In essence, it's not safe to assume that just because `shutil.which("black")` returns a path that `subprocess.run()` can execute that path.