Skip to content

Commit

Permalink
feat: Add offline command option (intel#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyharrison committed Dec 26, 2021
1 parent 8fabcbc commit ea7130f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def main(argv=None):

# Check database exists if operating in offline mode.
if args["offline"] and not cvedb_orig.check_db_exists():
LOGGER.critical(f"Database does not exist.")
LOGGER.critical("Database does not exist.")
LOGGER.info(
"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."
)
Expand Down

0 comments on commit ea7130f

Please sign in to comment.