Ticket #1851 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

_getEntry won't return the given default value when using chained directories (stacking and meta)

Reported by: madarche Assigned to: madarche
Priority: P2 Milestone: CPS 3.4.5
Component: CPSDirectory Version: TRUNK
Severity: normal Keywords:
Cc:

Change History

08/21/07 11:01:49 changed by madarche

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in changeset [51932].

The problem came that the test str(err) == "'%s'" % id was not true anymore when a new exception was raised. The solution is to simply re-raise the exception.