(paths, progress)
| 105 | pyfalog.debug("Starting import fits thread.") |
| 106 | |
| 107 | def importFitsFromFileWorkerFunc(paths, progress): |
| 108 | Port.importFitFromFiles(paths, progress) |
| 109 | |
| 110 | threading.Thread( |
| 111 | target=importFitsFromFileWorkerFunc, |
nothing calls this directly
no test coverage detected