Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#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 13 years ago by anonymous

Same on line 73

comment:2 Changed 13 years ago by hodgestar

  • Resolution set to fixed
  • Status changed from new to closed

Already fixed by osimons and back ported to the 0.6.x branch in r989 and r990 respectively. Thanks for your bug report!

comment:3 Changed 11 years ago by osimons

  • Milestone changed from 0.6.2 to 0.6.1
  • Owner set to osimons

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.