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 a26abf7 commit b84bafdCopy full SHA for b84bafd
cve_bin_tool/cvedb.py
@@ -595,7 +595,7 @@ def clear_cached_data(self):
595
shutil.rmtree(self.cachedir)
596
# Remove files associated with pre-1.0 development tree
597
if os.path.exists(OLD_CACHE_DIR):
598
- seLf.LOGGER.warning(f"Deleting old cachedir {OLD_CACHE_DIR}")
+ self.LOGGER.warning(f"Deleting old cachedir {OLD_CACHE_DIR}")
599
shutil.rmtree(OLD_CACHE_DIR)
600
601
0 commit comments