Modify ↓
Opened 17 years ago
Closed 15 years ago
#260 closed defect (fixed)
Changeset r524 seems to break bitten when used on Trac 0.10.4
Reported by: | leandor@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.6 |
Component: | General | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
I've updated to head of trunk today (r534] and after that when I try to get to Build Status area I got this:
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r533-py2.5.egg/bitten/web_ui.py", line 128, in process_request self._render_overview(req) File "/usr/lib/python2.5/site-packages/Bitten-0.6dev_r533-py2.5.egg/bitten/web_ui.py", line 171, in _render_overview shorten_line(chgset.message), self.env, req=req) TypeError: wiki_to_oneliner() got an unexpected keyword argument 'req'
Attachments (0)
Change History (3)
comment:1 Changed 17 years ago by leandor@…
comment:2 Changed 17 years ago by bill.wacek@…
I had the exact same problem. The easy fix to make this work on Trac 0.10.4 is to remove the ', req=req' part of the statement. This is the line that was changed from the Trac 0.10.4 version (take a peek at changeset [524], and just revert the change).
comment:3 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
This seems to be handled in [554] - allthough likely of little consequence now that trunk requires Trac 0.11...
Note: See
TracTickets for help on using
tickets.
Just wanted to add I'm running bitten-master on Trac 0.10.4 in a Ubuntu Linux Server 710 on AMD64 box.