Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b27e6 commit 9bbf4d7Copy full SHA for 9bbf4d7
1 file changed
Lib/test/libregrtest/main.py
@@ -592,8 +592,8 @@ def cleanup(self):
592
path = os.path.join(self.tmp_dir, 'test_python_*')
593
print("Cleanup %s directory" % self.tmp_dir)
594
for name in glob.glob(path):
595
- print("Remove directory: %s" % name)
596
if os.path.isdir(name):
+ print("Remove directory: %s" % name)
597
support.rmtree(name)
598
else:
599
print("Remove file: %s" % name)
0 commit comments