Geoff Alexander <gd...@us.ibm.com> added the comment:

Here's the trace back I get from Python 3.7.2:

Traceback (most recent call last):
  File "migration.py", line 169, in <module>
    migrate()
  File "migration.py", line 80, in migrate
    rtc.acceptchangesintoworkspace(rtc.getchangeentriestoaccept(changeentries, 
history))
  File 
"c:\Users\GeoffAlexander\Documents\Nirvana\RTC2Git\git-repositories\rtc2git-migration-tool\rtcFunctions.py",
 line 310, in acceptchangesintoworkspace
    Commiter.addandcommit(changeEntry)
  File 
"c:\Users\GeoffAlexander\Documents\Nirvana\RTC2Git\git-repositories\rtc2git-migration-tool\gitFunctions.py",
 line 97, in addandcommit
    Commiter.handle_captitalization_filename_changes()
  File 
"c:\Users\GeoffAlexander\Documents\Nirvana\RTC2Git\git-repositories\rtc2git-migration-tool\gitFunctions.py",
 line 130, in handle_captitalization_filename_changes
    files = shell.getoutput("git ls-files")
  File 
"c:\Users\GeoffAlexander\Documents\Nirvana\RTC2Git\git-repositories\rtc2git-migration-tool\shell.py",
 line 33, in getoutput
    outputasbytestring = check_output(command, shell=True)
  File 
"C:\Users\GeoffAlexander\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py",
 line 395, in check_output
    **kwargs).stdout
  File 
"C:\Users\GeoffAlexander\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py",
 line 472, in run
    with Popen(*popenargs, **kwargs) as process:
  File 
"C:\Users\GeoffAlexander\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py",
 line 775, in __init__
    restore_signals, start_new_session)
  File 
"C:\Users\GeoffAlexander\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py",
 line 1178, in _execute_child
    startupinfo)
OSError: [WinError 87] The parameter is incorrect

----------

_______________________________________
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