Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Use module uuid instead of tempfile
The problem with tempfile.mkstem() is that it opens the created file, and it must be closed through its file descriptor, otherwise some dangling .nfs files remain when CodeChecker is used in an NFS drive. For this reason we use uuid instead.
- Loading branch information