Skip to content
Snippets Groups Projects
Commit a87b4824 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Add FileLock utility class

This class is a wrapper around fcntl.flock and abstracts opening and
closing the lockfile. It'll used for the job queue.

(The patch also removes a duplicate import of tempfile into the unittest)

Reviewed-by: iustinp
parent 5bdce580
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment