[Scipy-svn] r5552 - trunk/scipy/weave

scipy-svn at scipy.org scipy-svn at scipy.org
Sat Feb 14 16:09:44 EST 2009


Author: josef
Date: 2009-02-14 15:09:36 -0600 (Sat, 14 Feb 2009)
New Revision: 5552

Modified:
   trunk/scipy/weave/catalog.py
Log:
correct typo in weave changeset 5341

Modified: trunk/scipy/weave/catalog.py
===================================================================
--- trunk/scipy/weave/catalog.py	2009-02-13 05:17:32 UTC (rev 5551)
+++ trunk/scipy/weave/catalog.py	2009-02-14 21:09:36 UTC (rev 5552)
@@ -194,7 +194,7 @@
         temp_dir = `os.getuid()` + '_' + python_name
         path_candidates.append(os.path.join(tempfile.gettempdir(), temp_dir))
     else:
-        path_candiates.append(os.path.join(tempfile.gettempdir(),
+        path_candidates.append(os.path.join(tempfile.gettempdir(),
                                            "%s" % whoami(), python_name))
 
     writable = False




More information about the Scipy-svn mailing list