]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Don't remove lockfiles
authorZack Cerza <zack.cerza@inktank.com>
Tue, 12 Aug 2014 23:28:20 +0000 (17:28 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Tue, 12 Aug 2014 23:28:20 +0000 (17:28 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/repo_utils.py

index b0c78383287378396a4f10786fa98c98704fe1f0..20027404e3f0507dd4f2dd1a7130ef8a7f155651 100644 (file)
@@ -246,5 +246,3 @@ class FileLock(object):
             fcntl.lockf(self.file, fcntl.LOCK_UN)
             self.file.close()
             self.file = None
-            if os.path.exists(self.filename):
-                os.remove(self.filename)