Sfoglia il codice sorgente

auto commit

master
jfinn 2 anni fa
parent
commit
2682eaed93
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      wsps/tasks_loop.py

+ 2
- 0
wsps/tasks_loop.py Vedi File

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

Loading…
Annulla
Salva