Opened 12 years ago

Closed 12 years ago

#1984 closed bug (Fixed)

KeyError in preferences.py if key not in stored config

Reported by: Cas Owned by: Cas
Priority: minor Milestone: 1.3.4
Component: GTK UI Version: 1.3.3
Keywords: Cc:

Description

From: https://bugzilla.redhat.com/show_bug.cgi?id=655561

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 811, in on_button_ok_clicked
    self.set_config(hide=True)
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 724, in set_config
    if self.core_config[key] != new_core_config[key]:
KeyError: 'lsd'

Change History (1)

comment:1 Changed 12 years ago by Cas

  • Resolution set to fixed
  • Status changed from new to closed

I could not replicate this issue however I have committed a likely fix to 1.3-stable: eb70a7a6dc

Note: See TracTickets for help on using tickets.