[Trac-tickets] Re: [The Trac Project] #3118: Exception "int
argument required" being raised for tickets not in the system
when TracError was expected
The Trac Project
noreply at edgewall.com
Sun May 7 20:03:29 CDT 2006
#3118: Exception "int argument required" being raised for tickets not in the
system when TracError was expected
--------------------------------+-------------------------------------------
Reporter: cl_111 at hotmail.com | Owner: jonas
Type: defect | Status: closed
Priority: low | Milestone:
Component: general | Version: 0.9.3
Severity: trivial | Resolution: fixed
Keywords: |
--------------------------------+-------------------------------------------
Comment (by cl_111 at hotmail.com):
Oops my bad - I copied the wrong version of my test. The tkt_id in my
script should have been a string not an integer as follows:
{{{
#!python
# Change the following to a ticket number not in your trac project.
tkt_id = "10"
}}}
Anyway your fix to the trac-post-commit-hook does the trick.
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/3118>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list