mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
fix finally call for 2.4 compatibility
This commit is contained in:
parent
bf26a9ef50
commit
77a63c791c
1 changed files with 12 additions and 11 deletions
|
@ -155,6 +155,7 @@ class CoreProxy(gobject.GObject):
|
|||
return True
|
||||
|
||||
if self._multi is not None:
|
||||
try:
|
||||
try:
|
||||
for i, ret in enumerate(self._multi()):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue