bzr: ERROR: exceptions.TypeError: list indices must be integers, not NoneType
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
QBzr |
Confirmed
|
High
|
Unassigned |
Bug Description
I merged some changes from another branch, one of which involved deleting some empty folders. This resulted in a conflict, as there were some backup files existing in the branch I was merging into. I went ahead and deleted the files, then tried to delete the folders using bzr explorer thinking it might resolve the conflict for me. When I tried, bzr explorer crashed. It however did delete the folder in question.
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
r = f(*args, **kargs)
File "/home/
treewidget.
File "/usr/lib/
r = f(*args, **kargs)
File "/usr/lib/
self.refresh()
File "/usr/lib/
load_
File "/usr/lib/
initial_
File "/usr/lib/
ignore_
File "/usr/lib/
indexes.
File "/usr/lib/
return self._index_
File "/usr/lib/
item_data = self.inventory_
TypeError: list indices must be integers, not NoneType
bzr 2.2.3 on python 2.6.5 (linux2)
arguments: ['/usr/bin/bzr', 'explorer']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8'
plugins:
bash_completion /usr/lib/
bzrtools /usr/lib/
dbus /usr/lib/
explorer /home/dmuir/
extmerge /home/dmuir/
git /usr/lib/
gtk /usr/lib/
launchpad /usr/lib/
netrc_
news_merge /usr/lib/
qbzr /usr/lib/
rewrite /home/dmuir/
svn /usr/lib/
upload /usr/lib/
affects: | bzr-explorer → qbzr |
tags: | added: treewidget |
Changed in qbzr: | |
status: | New → Confirmed |
importance: | Undecided → High |
possible dupe bug 703950