diff --git a/src/dialogs.py b/src/dialogs.py index bd875fd15..ee6d201a2 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -1699,7 +1699,7 @@ _('You are unable to connect to remote host. He may be behind a NAT.')).get_resp def set_status(self, typ, sid, status): iter = self.get_iter_by_sid(typ, sid) if iter is None: - return + return if status == 'stop': sid = self.model[iter][4] file_props = self.files_props[sid[0]][sid[1:]]