Modify ↓
Opened 7 years ago
Closed 7 years ago
#4093 closed defect (fixed)
trac-post-commit-hook: TypeError: 'str' object is not callable
| Reported by: | Markus Tacker <m@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | ticket system | Version: | devel |
| Severity: | minor | Keywords: | trac-post-commit-hook |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
In r4087 I get this error
Traceback (most recent call last):
File "/opt/trac/contrib/trac-post-commit-hook", line 200, in ?
CommitHook()
File "/opt/trac/contrib/trac-post-commit-hook", line 148, in __init__
self.env.href = Href(url)
TypeError: 'str' object is not callable
Attachments (0)
Change History (2)
comment:1 Changed 7 years ago by cboos
- Keywords trac-post-commit-hook added
- Milestone set to 0.11
- Owner changed from jonas to cboos
- Severity changed from normal to minor
comment:2 Changed 7 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
Fixed by r4159.
Note: See
TracTickets for help on using
tickets.



Oh, right the hook hasn't been updated after r4086.