summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deluge/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/config.py b/deluge/config.py
index 74406d213..7539eb97e 100644
--- a/deluge/config.py
+++ b/deluge/config.py
@@ -415,7 +415,7 @@ what is currently in the config and it could not convert the value
if self._save_timer and self._save_timer.active():
self._save_timer.cancel()
return True
- except IOError, e:
+ except (IOError, IndexError), e:
log.warning("Unable to open config file: %s because: %s", filename, e)
# Save the new config and make sure it's written to disk