Geoff Alexander <gd...@us.ibm.com> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35678>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to