Modify ↓
#711 closed defect (fixed)
Problem parsing XSLT file with bitten
| Reported by: | mruizalvarez@… | Owned by: | osimons |
|---|---|---|---|
| Priority: | major | Milestone: | 0.6.1 |
| Component: | Build slave | Version: | 0.6 |
| Keywords: | Cc: | ||
| Operating System: | Windows |
Description
Line 78 from bitten/build/xmltools.py file:
ctxt.error('Failed to parse XSLT stylesheet %s: %s', stylesheet, err.reason)
and I think it'd must say:
ctxt.error('Failed to parse XSLT stylesheet %s: %s' % (stylesheet, err.reason))
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by anonymous
comment:2 Changed 14 years ago by hodgestar
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 12 years ago by osimons
- Milestone changed from 0.6.2 to 0.6.1
- Owner set to osimons
Note: See
TracTickets for help on using
tickets.

Same on line 73