Catch Ctrl+C signal to termiante workers
()
| 379 | filter_depth(args, pair_folder, scan_folder, out_folder, os.path.join(args.outdir,"pcd" ,save_name)) |
| 380 | |
| 381 | def init_worker(): |
| 382 | ''' |
| 383 | Catch Ctrl+C signal to termiante workers |
| 384 | ''' |
| 385 | signal.signal(signal.SIGINT, signal.SIG_IGN) |
| 386 | |
| 387 | |
| 388 | def pcd_filter(args, testlist, number_worker,suffix=None): |
nothing calls this directly
no outgoing calls
no test coverage detected