浏览代码

auto commit

master
jfinn 3 年前
父节点
当前提交
29428aca1a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      wsps/tasks_loop.py

+ 2
- 1
wsps/tasks_loop.py 查看文件

276
 					# scope_key = rfile_obj.get("scope")
276
 					# scope_key = rfile_obj.get("scope")
277
 					p(scope_key,rfile_obj)
277
 					p(scope_key,rfile_obj)
278
 					f.close()
278
 					f.close()
279
+					eflag ="nd"
279
 					scope_obj = self.get_scope(file_name,rfile_obj)
280
 					scope_obj = self.get_scope(file_name,rfile_obj)
280
 					if self.scope_opt == "locals":
281
 					if self.scope_opt == "locals":
281
 						exec(ftxt,scope_obj["globals"],scope_obj["locals"])
282
 						exec(ftxt,scope_obj["globals"],scope_obj["locals"])
285
 						exec(ftxt)
286
 						exec(ftxt)
286
 
287
 
287
 				except Exception as e:
288
 				except Exception as e:
288
-					print("EXCEPT",eflag,e)
289
+					print("EXCEPT",,e)
289
 					if self.print_tb:
290
 					if self.print_tb:
290
 						traceback.print_tb(e.__traceback__,file=sys.stdout)
291
 						traceback.print_tb(e.__traceback__,file=sys.stdout)
291
 				else:
292
 				else:

正在加载...
取消
保存