Hey, I had some issues with a library using filelock. My process was stucking all the time, it took me some time and printing messages in filelock to figure out that the issue was related to my mounted NFS storage. I think it would be helpful to have a log when fcntl.flock fails, so the user know where the issue is coming from.
I added the two logging messages for Windows and Unix.
Hey, I had some issues with a library using filelock. My process was stucking all the time, it took me some time and printing messages in filelock to figure out that the issue was related to my mounted NFS storage. I think it would be helpful to have a log when
fcntl.flock
fails, so the user know where the issue is coming from.I added the two logging messages for Windows and Unix.