Bläddra i källkod

auto commit

master
jfinn 2 år sedan
förälder
incheckning
20491924fd
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      wsps/tasks_loop.py

+ 2
- 1
wsps/tasks_loop.py Visa fil

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

Laddar…
Avbryt
Spara