We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18804d8 commit eeb9939Copy full SHA for eeb9939
tests/base.py
@@ -113,7 +113,7 @@ def tearDown(self):
113
# self.cache may appear in any of these directories,
114
# but should not appear at the same level as these.
115
# Therefore, there is no need to explicitly remove it.
116
- for d in [self.test_dir, self.backup_dir, self.copy_dir]:
+ for d in [self.test_dir, self.backup_dir]:
117
if os.path.exists(d):
118
shutil.rmtree(d)
119
if self.hpss_path and self.hpss_path.lower() != "none":
0 commit comments