ignore file not found when remove file#7
Conversation
|
Hello, Who is capable to merge this Pull Request, please? Are there any requirements before the merge? 🙂 |
|
What is the reason why this pull request was closed without merging? |
|
@hkcomori Whatever the PR is merge or not, the package (ilock) still had a huge bug on Linux:
now both process 2 and process 3 got the lock at the same time. |
|
Oh, I see. |
|
@hkcomori If you want to remove the lock file on Linux, there is a solution at StackOverflow (https://stackoverflow.com/questions/17708885/flock-removing-locked-file-without-race-condition). I don't care about the lock file, so I am using https://github.com/benediktschmitt/py-filelock now. |
|
Thanks, py-filelock solved my problem. |
fixes #4