Opened 11 years ago

Last modified 11 years ago

#10886 closed defect

TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType' — at Version 1

Reported by: voznesensky@… Owned by: anonymous
Priority: normal Component: SELECT A HACK
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

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

Change History (1)

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.