dabo Commit
Revision 3766
Date: 2007-12-03 04:21:33 -0800 (Mon, 03 Dec 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3766

Changed:
U   trunk/dabo/dApp.py

Log:
Fixed incorrect method name for os.makedirs().


Diff:
Modified: trunk/dabo/dApp.py
===================================================================
--- trunk/dabo/dApp.py  2007-11-30 19:15:01 UTC (rev 3765)
+++ trunk/dabo/dApp.py  2007-12-03 12:21:33 UTC (rev 3766)
@@ -464,7 +464,7 @@
                                        os.remove(localFile)
                        else:
                                if not os.path.isdir(localPath):
-                                       os.mkdirs(localPath)
+                                       os.makedirs(localPath)
                                try:
                                        urllib.urlretrieve(url % fpth, 
localFile)
                                except StandardError, e:




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]

Reply via email to