remcoboerma / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

KeyError: u'Events' in jbrout/jbrout/winshow.py #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. double-click on the attached photo in Jbrout
2.
3.

What is the expected output? What do you see instead?
no output expected (except full-screen display of the image), but get traceback 
instead:

Traceback (most recent call last):
   File "/home/matej/archiv/knihovna/repos/jbrout/jbrout/jbrout/winshow.py", line 288, in _draw
    self.taglist.fill(ltags)
   File "/home/matej/archiv/knihovna/repos/jbrout/jbrout/jbrout/winshow.py", line 34, in fill
    self.__refresh()
   File "/home/matej/archiv/knihovna/repos/jbrout/jbrout/jbrout/winshow.py", line 46, in __refresh
    lbl.set_label("%s (%s)" %(i,self.__tags[i]))
 KeyError: u'Events'

Original issue reported on code.google.com by matej.c...@gmail.com on 29 Aug 2013 at 1:43

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in r361.

Original comment by matej.c...@gmail.com on 22 Sep 2013 at 6:10