Skip to content

Commit ea7130f

Browse files
feat: Add offline command option (#1452)
1 parent 8fabcbc commit ea7130f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def main(argv=None):
400400

401401
# Check database exists if operating in offline mode.
402402
if args["offline"] and not cvedb_orig.check_db_exists():
403-
LOGGER.critical(f"Database does not exist.")
403+
LOGGER.critical("Database does not exist.")
404404
LOGGER.info(
405405
"Consult the documentation at https://cve-bin-tool.readthedocs.io/en/latest/how_to_guides/offline.html to find out how to setup offline operation."
406406
)

0 commit comments

Comments
 (0)