Geoff Alexander <[email protected]> added the comment:
The [WinError 87] does seems to be caused by the current directory's name being
too long. The value of len(os.getcwd())is 260 when the exception occurs. The
failing call was subprocess.check_output("git ls-files", shell=True). I've
open Issue 36213 to track this problem.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com