Skip to content

Commit

Permalink
Don't delete the lock file.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed Sep 26, 2024
1 parent fe6a8cc commit c42b3b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compyle/ext_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ def _lock(self, timeout=90):
yield
finally:
self.lck.release()
if exists(self.lock_path):
os.remove(self.lock_path)

def _write_source(self, path):
if not exists(path):
Expand Down

0 comments on commit c42b3b5

Please sign in to comment.