← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 793106] Re: yaml_import: fix ambiguous syntax at end of report

 

Fix in trunk at  revision 3446.

** Changed in: openobject-server
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/793106

Title:
  yaml_import: fix ambiguous syntax at end of report

Status in OpenERP Server:
  Fix Released

Bug description:
  When finishing a YAML import, the syntax ["str %d" % int + int] turns
  out to be ambiguous and is resolved as [ ("str %d" % int) + int],
  leading to a:
    TypeError: cannot concatenate 'str' and 'int' objects

  This had been first fixed in commit f46966e044d18a644 (2010-06-30)


References