Explorar el Código

auto commit

master
jfinn hace 2 años
padre
commit
2682eaed93
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      wsps/tasks_loop.py

+ 2
- 0
wsps/tasks_loop.py Ver fichero

@@ -330,6 +330,8 @@ class RldMan(RldManMixin):
330 330
 						exec(ftxt)
331 331
 
332 332
 				except Exception as e:
333
+					p()
334
+					print("file:",file_name)
333 335
 					print("EXCEPT",eflag,e)
334 336
 					if self.print_tb:
335 337
 						traceback.print_tb(e.__traceback__,file=sys.stdout)

Loading…
Cancelar
Guardar