mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
Revert "Fix #2221 : Addtorrentdialog KeyError accessing download_location"
This reverts commit 686fb31844
.
This commit is contained in:
parent
33339b1dc6
commit
c982e8de67
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ class Core(component.Component):
|
||||||
try:
|
try:
|
||||||
config[key] = self.config[key]
|
config[key] = self.config[key]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
config[key] = None
|
pass
|
||||||
return config
|
return config
|
||||||
|
|
||||||
@export
|
@export
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue