[Erp5-report] r36900 nicolas - /erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 6 17:12:25 CEST 2010


Author: nicolas
Date: Tue Jul  6 17:12:23 2010
New Revision: 36900

URL: http://svn.erp5.org?rev=36900&view=rev
Log:
Typo

Modified:
    erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py

Modified: erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py?rev=36900&r1=36899&r2=36900&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py [utf8] (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py [utf8] Tue Jul  6 17:12:23 2010
@@ -900,7 +900,7 @@ class ERP5Conduit(XMLSyncUtilsMixin):
         to avoid ambiguity
         """
         xpath_expression = original_xpath_expression
-        get_target_parent = xml.xpath('name()') in self.XUPDATE_INSERT
+        get_target_parent = subnode.xpath('name()') in self.XUPDATE_INSERT
         context = self.getContextFromXpath(object, xpath_expression,
                                            get_target_parent=get_target_parent)
         base_xpath_expression = xpath_expression\




More information about the Erp5-report mailing list