Skip to content

Commit da3c0d2

Browse files
Update test_clean.py
1 parent 5f112c6 commit da3c0d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

manage/tests/test_clean.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,8 @@ def setUp(self):
115115
shutil.rmtree(self.scratchspace_path)
116116

117117
def tearDown(self):
118-
# DEBUG(phw2)
119-
# if self.scratchspace_path.exists():
120-
# shutil.rmtree(self.scratchspace_path)
121-
pass
118+
if self.scratchspace_path.exists():
119+
shutil.rmtree(self.scratchspace_path)
122120

123121
def test_structure_helpers(self):
124122
structure = {

0 commit comments

Comments
 (0)