Revision: 51430
Author:   kim
Date:     2009-06-03 19:00:12 +0000 (Wed, 03 Jun 2009)

Log Message:
-----------
caught small bug (self.instancedir() is a method)

Modified Paths:
--------------
    trunk/testing/installer/naive_installer.py

Modified: trunk/testing/installer/naive_installer.py
===================================================================
--- trunk/testing/installer/naive_installer.py  2009-06-03 18:51:14 UTC (rev 
51429)
+++ trunk/testing/installer/naive_installer.py  2009-06-03 19:00:12 UTC (rev 
51430)
@@ -50,7 +50,7 @@
                schema_path=os.path.join(destination_dir, installer_name, 
"schema.sql")
                if os.path.exists(schema_path):
                        try:
-                               
installer_util.sqldotphp(self.instancedir,schema_path)
+                               
installer_util.sqldotphp(self.instancedir(),schema_path)
                        except Exception,e:
                                raise Naive_Installer_Exception("_setup_schema: 
While installing, I found a schema.sql and tried to use it, but there was some 
issue with it.\n",e)
 



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to