()
| 123 | threads = [] |
| 124 | |
| 125 | def _threadFunction(): |
| 126 | try: |
| 127 | threadFunction() |
| 128 | finally: |
| 129 | if conf.hashDB: |
| 130 | conf.hashDB.close() |
| 131 | |
| 132 | kb.multipleCtrlC = False |
| 133 | kb.threadContinue = True |
no test coverage detected
searching dependent graphs…