Browse Source

auto commit

master
jfinn 3 years ago
parent
commit
d202283f6d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      wsps/tasks_loop.py

+ 3
- 0
wsps/tasks_loop.py View File

@@ -251,9 +251,12 @@ class RldMan():
251 251
 			if rfile_obj["ftxt"] != st_tuple:
252 252
 				# p(rfile_obj["ftxt"])
253 253
 				rfile_obj["ftxt"] = st_tuple
254
+
254 255
 				try:
255 256
 					f = open(file_name,"r")
256 257
 					ftxt = f.read()
258
+					scope_key = rfile_obj.get("scope")
259
+					p(scope_key,rfile_obj)
257 260
 					f.close()
258 261
 					exec(ftxt)
259 262
 

Loading…
Cancel
Save