Ticket #74 (new defect)
Opened 3 months ago
Bug in template iterator
| Reported by: | TFric | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | physicallayer | Version: | |
| Keywords: | GetEntityTemplate | Cc: |
Description
Line 597 of blcel.py should be: yield self.parent.GetEntityTemplate(idx) not yield self.parent.GetEntityTemplateByIndex(idx)
I don't know how to edit a swig interface or whether this was changed for v. 1.4 so I'm posting here instead of patching it
Attachments
Note: See
TracTickets for help on using
tickets.
