← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Public bug reported:

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)

** Affects: openobject-server
     Importance: Undecided
     Assignee: xrg (xrg)
         Status: Fix Committed

** Changed in: openobject-server
       Status: New => In Progress

** Changed in: openobject-server
     Assignee: (unassigned) => xrg (xrg)

** Branch linked: lp:~openerp-dev/openobject-server/6.0-bug-793106-xrg

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

-- 
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 Committed

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)


Follow ups

References