Skip to content

Commit

Permalink
typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
P-T-I committed Jul 6, 2021
1 parent 218d820 commit 04dd650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CveXplore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.5.2
0.2.5.3
2 changes: 1 addition & 1 deletion CveXplore/database/maintenance/DownloadHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def setColInfo(self, collection, field, data):
)

def delColInfo(self, collection):
self.database[collection].remove({"db": collection})
self.database["info"].remove({"db": collection})

def getCPEVersionInformation(self, query):
return self.sanitize(self.database["cpe"].find_one(query))
Expand Down

0 comments on commit 04dd650

Please sign in to comment.