소스 검색

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/"

Loading…
취소
저장