Removed unused RunInTmpDirMixin.rmfile().
Unused since bb7bb379e8cd91a91336946829519d64e919a1d2.
This commit is contained in:
parent
0367bc6d04
commit
680cc417d3
@ -59,7 +59,3 @@ class RunInTmpDirMixin:
|
|||||||
if os.path.commonprefix([self.test_dir, os.path.abspath(dname)]) != self.test_dir:
|
if os.path.commonprefix([self.test_dir, os.path.abspath(dname)]) != self.test_dir:
|
||||||
return
|
return
|
||||||
shutil.rmtree(dname)
|
shutil.rmtree(dname)
|
||||||
|
|
||||||
def rmfile(self, filepath):
|
|
||||||
if os.path.exists(filepath):
|
|
||||||
os.remove(filepath)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user