Skip to content

Commit

Permalink
Don't remove lockfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
  • Loading branch information
Zack Cerza committed Aug 12, 2014
1 parent db92ae3 commit 591b511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions teuthology/repo_utils.py
Expand Up @@ -246,5 +246,3 @@ def __exit__(self, exc_type, exc_val, exc_tb):
fcntl.lockf(self.file, fcntl.LOCK_UN)
self.file.close()
self.file = None
if os.path.exists(self.filename):
os.remove(self.filename)

0 comments on commit 591b511

Please sign in to comment.