mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
Do not continue to show 'Importing 0' progress bar if blocklist fails to
import.
This commit is contained in:
parent
0296f6c6e9
commit
df30d4b5c9
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ class Core(CorePluginBase):
|
||||||
read_list = FORMATS[self.config["listtype"]][1](bl_file)
|
read_list = FORMATS[self.config["listtype"]][1](bl_file)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
log.debug("Unable to read blocklist file: %s", e)
|
log.debug("Unable to read blocklist file: %s", e)
|
||||||
|
self.is_importing = False
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue