Modify ↓
Opened 19 years ago
Closed 19 years ago
#4093 closed defect (fixed)
trac-post-commit-hook: TypeError: 'str' object is not callable
| Reported by: | Owned by: | Christian Boos | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | ticket system | Version: | devel |
| Severity: | minor | Keywords: | trac-post-commit-hook |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 by , 19 years ago
| Keywords: | trac-post-commit-hook added |
|---|---|
| Milestone: | → 0.11 |
| Owner: | changed from to |
| Severity: | normal → minor |
Note:
See TracTickets
for help on using tickets.



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