Revert "Fix #2221 : Addtorrentdialog KeyError accessing download_location"

This reverts commit 686fb31844.
This commit is contained in:
Calum Lind 2014-08-31 14:56:38 +01:00
parent 33339b1dc6
commit c982e8de67

View file

@ -487,7 +487,7 @@ class Core(component.Component):
try:
config[key] = self.config[key]
except KeyError:
config[key] = None
pass
return config
@export