Show More
@@ -366,7 +366,7 b' def usecorrectpython():' | |||
|
366 | 366 | if sys.platform == 'win32': |
|
367 | 367 | exename = 'python.exe' |
|
368 | 368 | if getattr(os, 'symlink', None): |
|
369 |
vlog("# Making python executable in test path a symlink to '%s'" % |
|
|
369 | vlog("# Making python executable in test path a symlink to '%s'" % | |
|
370 | 370 | sys.executable) |
|
371 | 371 | mypython = os.path.join(BINDIR, exename) |
|
372 | 372 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now