prevent traceback
这个提交存在于:
父节点
96dd70050b
当前提交
e96432b648
共有 1 个文件被更改,包括 5 次插入 和 4 次删除
|
|
@ -185,10 +185,11 @@ class Interface:
|
|||
if len(obj.id_) > 3 and obj.id_[2] == '_':
|
||||
sid = obj.id_[3:]
|
||||
file_props = FilesProp.getFileProp(obj.conn.name, sid)
|
||||
self.handle_event_file_send_error(obj.conn.name, (obj.fjid,
|
||||
file_props))
|
||||
obj.conn.disconnect_transfer(file_props)
|
||||
return
|
||||
if file_props:
|
||||
self.handle_event_file_send_error(obj.conn.name, (obj.fjid,
|
||||
file_props))
|
||||
obj.conn.disconnect_transfer(file_props)
|
||||
return
|
||||
|
||||
ctrl = self.msg_win_mgr.get_control(obj.fjid, obj.conn.name)
|
||||
if ctrl and ctrl.type_id == message_control.TYPE_GC:
|
||||
|
|
|
|||
正在加载…
添加表格
在新工单中引用