Ticket #10886 (closed defect: duplicate)

Opened 3 months ago

Last modified 3 months ago

TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType'

Reported by: voznesensky@rts.ru Assigned to:
Priority: normal Component: SELECT A HACK
Severity: normal Keywords:
Cc: Trac Release:

Description (Last modified by rjollos)

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

Change History

02/21/13 17:28:41 changed by rjollos

  • description changed.

02/21/13 17:30:22 changed by rjollos

Which version of Trac are you running? Are you trying to report this issue for the GitPlugin?

02/21/13 18:44:03 changed by jun66j5

It seems that is Trac issue which has been reported in t:#10162 and t:#10732.

02/22/13 08:16:11 changed by voznesensky@rts.ru

  • status changed from new to closed.
  • resolution set to duplicate.

It is.


Add/Change #10886 (TypeError: unsupported operand type(s) for +: 'NoneType' and 'NoneType')




Change Properties
Action