浏览代码

auto commit

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

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

@@ -247,7 +247,8 @@ class RldMan(RldManMixin):
247 247
 		# "dflt_scope":{"globals":globals(),"locals":{}}
248 248
 		}
249 249
 		self.scopes['current_scope'] = self.scopes['dflt_scope_zloc']
250
-		self.scope_opt = "locals"
250
+		# self.scope_opt = "locals"
251
+		self.scope_opt = "globals"
251 252
 		self.print_tb = 0
252 253
 
253 254
 		base_path = "/usr/games/repos/ign4/py_rld/djc/rdir1/"

正在加载...
取消
保存