Opened 19 years ago
Last modified 17 years ago
#18 new defect
Breaks with no Trac URL set
Reported by: | simon | Owned by: | simon |
---|---|---|---|
Priority: | normal | Component: | SvnBot |
Severity: | normal | Keywords: | tracurl exception NoneType |
Cc: | simon@… |
Description
An exception is raised because tracurl is None (the default). The URL is meant to be optional.
exceptions.TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Note: See
TracTickets for help on using
tickets.