mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
cve-update-db-native: remove unused variable
(From OE-Core rev: 790f8a5bfbd1851226fa5fc5b09e79f6396e747d) Signed-off-by: Chris Laplante <chris.laplante@agilent.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dfbfc11a7a
commit
a91c7901d0
@@ -33,7 +33,6 @@ python do_fetch() {
|
||||
|
||||
db_file = d.getVar("CVE_CHECK_DB_FILE")
|
||||
db_dir = os.path.dirname(db_file)
|
||||
json_tmpfile = os.path.join(db_dir, 'nvd.json.gz')
|
||||
|
||||
if os.path.exists("{0}-journal".format(db_file)):
|
||||
# If a journal is present the last update might have been interrupted. In that case,
|
||||
|
||||
Reference in New Issue
Block a user