Skip to content

Commit b84bafd

Browse files
committed
fix typo seLf -> self
1 parent a26abf7 commit b84bafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/cvedb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def clear_cached_data(self):
595595
shutil.rmtree(self.cachedir)
596596
# Remove files associated with pre-1.0 development tree
597597
if os.path.exists(OLD_CACHE_DIR):
598-
seLf.LOGGER.warning(f"Deleting old cachedir {OLD_CACHE_DIR}")
598+
self.LOGGER.warning(f"Deleting old cachedir {OLD_CACHE_DIR}")
599599
shutil.rmtree(OLD_CACHE_DIR)
600600

601601

0 commit comments

Comments
 (0)