Show More
@@ -3564,10 +3564,9 b' class TestRunner(object):' | |||||
3564 | f.write(b'py -3.%d "$@"\n' % sys.version_info[1]) |
|
3564 | f.write(b'py -3.%d "$@"\n' % sys.version_info[1]) | |
3565 |
|
3565 | |||
3566 | exedir, exename = os.path.split(sysexecutable) |
|
3566 | exedir, exename = os.path.split(sysexecutable) | |
3567 | vlog( |
|
3567 | msg = "# Modifying search path to find %s as %s in '%s'" | |
3568 | "# Modifying search path to find %s as %s in '%s'" |
|
3568 | msg %= (exename, pyexename, exedir) | |
3569 | % (exename, pyexename, exedir) |
|
3569 | vlog(msg) | |
3570 | ) |
|
|||
3571 | path = os.environ['PATH'].split(os.pathsep) |
|
3570 | path = os.environ['PATH'].split(os.pathsep) | |
3572 | while exedir in path: |
|
3571 | while exedir in path: | |
3573 | path.remove(exedir) |
|
3572 | path.remove(exedir) |
General Comments 0
You need to be logged in to leave comments.
Login now