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 c59155c commit 428a14aCopy full SHA for 428a14a
cve_bin_tool/cli.py
@@ -86,7 +86,6 @@ def main(argv=None):
86
raise OSError(
87
"Python no longer provides security updates for version 3.6 as of December 2021. Please upgrade to python 3.7+ to use CVE Binary Tool."
88
)
89
- exit()
90
argv = argv or sys.argv
91
92
# Reset logger level to info
cve_bin_tool/csv2cve.py
@@ -18,7 +18,6 @@ def main(argv: Optional[List[str]] = None):
18
19
20
21
22
logger: logging.Logger = LOGGER.getChild("CSV2CVE")
23
argv: List[str] = argv or sys.argv
24
if len(argv) < 2:
0 commit comments