← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Panos,

It has been fixed over stable by revision 3442
jvo@xxxxxxxxxxx-20110609192321-hbbiz0bxfw4xj0ep.

Thanks.

** Changed in: openobject-server
    Milestone: None => 6.0.3

** Changed in: openobject-server
   Importance: Undecided => Low

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/793106/+subscriptions


References