fix identation
This commit is contained in:
parent
2eb945a7b1
commit
33d86277ff
|
@ -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:]]
|
||||
|
|
Loading…
Reference in New Issue