Author: Matti Picus <[email protected]>
Branch: throw-away
Changeset: r93844:f6583258a1eb
Date: 2018-02-20 20:48 -0500
http://bitbucket.org/pypy/pypy/changeset/f6583258a1eb/

Log:    typo

diff --git a/rpython/translator/platform/windows.py 
b/rpython/translator/platform/windows.py
--- a/rpython/translator/platform/windows.py
+++ b/rpython/translator/platform/windows.py
@@ -282,7 +282,7 @@
             try:
                 self._execute_c_compiler('mt.exe', args, exe_name)
             except EnvironmentError:
-                paths = self.c_environ['PATH'].split(';'))
+                paths = self.c_environ['PATH'].split(';')
                 print 'paths, looking for mt.exe'
                 for p in paths:
                     print p
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to