Opened 13 years ago
Closed 13 years ago
#1984 closed bug (Fixed)
KeyError in preferences.py if key not in stored config
Reported by: | Calum | Owned by: | Calum |
---|---|---|---|
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'
Note:
See TracTickets
for help on using tickets.
I could not replicate this issue however I have committed a likely fix to 1.3-stable: eb70a7a6dc