We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fabcbc commit ea7130fCopy full SHA for ea7130f
cve_bin_tool/cli.py
@@ -400,7 +400,7 @@ def main(argv=None):
400
401
# Check database exists if operating in offline mode.
402
if args["offline"] and not cvedb_orig.check_db_exists():
403
- LOGGER.critical(f"Database does not exist.")
+ LOGGER.critical("Database does not exist.")
404
LOGGER.info(
405
"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."
406
)
0 commit comments