Modify ↓
Opened 12 years ago
Closed 12 years ago
#10886 closed defect (duplicate)
TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType'
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | normal | Component: | SELECT A HACK |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
How to Reproduce
Commit a simple update in git submodule and try to view the change in trac.
Python Traceback
Most recent call last: File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 522, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.7/dist-packages/trac/web/main.py", line 243, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.7/dist-packages/trac/versioncontrol/web_ui/changeset.py", line 352, in process_request self._render_html(req, repos, chgset, restricted, xhr, data) File "/usr/lib/python2.7/dist-packages/trac/versioncontrol/web_ui/changeset.py", line 586, in _render_html diff_bytes += _estimate_changes(old_node, new_node) File "/usr/lib/python2.7/dist-packages/trac/versioncontrol/web_ui/changeset.py", line 537, in _estimate_changes return old_size + new_size
Attachments (0)
Change History (4)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Which version of Trac are you running? Are you trying to report this issue for the GitPlugin?