summaryrefslogtreecommitdiffstats
path: root/scripts/cve-json-to-text.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cve-json-to-text.py')
-rwxr-xr-xscripts/cve-json-to-text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cve-json-to-text.py b/scripts/cve-json-to-text.py
index a2eb592f5f..8d309b37e5 100755
--- a/scripts/cve-json-to-text.py
+++ b/scripts/cve-json-to-text.py
@@ -52,6 +52,8 @@ def parse_args(argv):
52 show_syntax_and_exit(0) 52 show_syntax_and_exit(0)
53 elif opt in ("-i"): 53 elif opt in ("-i"):
54 infile = arg 54 infile = arg
55 elif opt in ("-o"):
56 outfile = arg
55 57
56def load_json(filename): 58def load_json(filename):
57 """ 59 """