Browse Source

auto commit

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

+ 1
- 1
wsps/tasks_loop.py View File

285
 		# for k in self.files:
285
 		# for k in self.files:
286
 		for k in [*self.files]:
286
 		for k in [*self.files]:
287
 			self.rld_file(k,ret)
287
 			self.rld_file(k,ret)
288
-		# p("rld_files!")
288
+		p("rld_files!")
289
 		p("",end="",flush=True)
289
 		p("",end="",flush=True)
290
 		return ret
290
 		return ret
291
 
291
 

Loading…
Cancel
Save