Modify

Opened 11 years ago

Closed 11 years ago

#10886 closed defect (duplicate)

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

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

Attachments (0)

Change History (4)

comment:1 Changed 11 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 11 years ago by Ryan J Ollos

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

comment:3 Changed 11 years ago by Jun Omae

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

comment:4 Changed 11 years ago by voznesensky@…

Resolution: duplicate
Status: newclosed

It is.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain anonymous.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.