[Erp5-report] r37147 luke - /erp5/trunk/products/ERP5/Tool/TemplateTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 15 17:34:53 CEST 2010


Author: luke
Date: Thu Jul 15 17:34:53 2010
New Revision: 37147

URL: http://svn.erp5.org?rev=37147&view=rev
Log:
 - typo

Modified:
    erp5/trunk/products/ERP5/Tool/TemplateTool.py

Modified: erp5/trunk/products/ERP5/Tool/TemplateTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/TemplateTool.py?rev=37147&r1=37146&r2=37147&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/TemplateTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/TemplateTool.py [utf8] Thu Jul 15 17:34:53 2010
@@ -580,7 +580,7 @@ class TemplateTool (BaseTool):
       bt5_path_list.append(os.path.join(site_configuration.instancehome, 'bt5'))
       # add locally saved Business Templates, not perfect, but helps some
       # people doing strict TTW development
-      bt5_paht_list.append(site_configuration.clienthome)
+      bt5_path_list.append(site_configuration.clienthome)
       test_cmd_args += ['--bt5_path', ','.join(bt5_path_list)]
       test_cmd_args += test_list
       # prepare message - intentionally without any additional formatting, as




More information about the Erp5-report mailing list