Skip to content

Fix to multiprocessing file mismatch

Compare
Choose a tag to compare
@tjkessler tjkessler released this 08 May 19:46
· 9 commits to master since this release

As outlined in #46, if two parallel processes started their descriptor calculations at the same time, a single temporary file would be associated with each process. This fix adds a random number to the filename such that two processes started at the same time cannot share the same temporary file. Credit to @pikakolendo02 for finding the error and supplying a fix.