Skip to content

Commit eeb9939

Browse files
authored
Do not remove copy_dir (#161)
1 parent 18804d8 commit eeb9939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def tearDown(self):
113113
# self.cache may appear in any of these directories,
114114
# but should not appear at the same level as these.
115115
# Therefore, there is no need to explicitly remove it.
116-
for d in [self.test_dir, self.backup_dir, self.copy_dir]:
116+
for d in [self.test_dir, self.backup_dir]:
117117
if os.path.exists(d):
118118
shutil.rmtree(d)
119119
if self.hpss_path and self.hpss_path.lower() != "none":

0 commit comments

Comments
 (0)