Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
20491924fd
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      wsps/tasks_loop.py

+ 2
- 1
wsps/tasks_loop.py View File

247
 		# "dflt_scope":{"globals":globals(),"locals":{}}
247
 		# "dflt_scope":{"globals":globals(),"locals":{}}
248
 		}
248
 		}
249
 		self.scopes['current_scope'] = self.scopes['dflt_scope_zloc']
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
 		self.print_tb = 0
252
 		self.print_tb = 0
252
 
253
 
253
 		base_path = "/usr/games/repos/ign4/py_rld/djc/rdir1/"
254
 		base_path = "/usr/games/repos/ign4/py_rld/djc/rdir1/"

Loading…
Cancel
Save