mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
remove stupid raise
This commit is contained in:
parent
a624ff5557
commit
9b170fe759
@ -835,7 +835,6 @@ class Manager:
|
|||||||
except:
|
except:
|
||||||
print "Error probably bad torrent"
|
print "Error probably bad torrent"
|
||||||
del self.state.torrents[torrent]
|
del self.state.torrents[torrent]
|
||||||
raise e
|
|
||||||
|
|
||||||
ret = unique_ID
|
ret = unique_ID
|
||||||
self.unique_IDs[unique_ID] = torrent
|
self.unique_IDs[unique_ID] = torrent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user