Skip to content

Commit 4bfa815

Browse files
authored
Update baseline.py
1 parent fb388e9 commit 4bfa815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyt/baseline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def isSame(res, base):
1010
def compare(results, baseline):
1111

1212
baseline = json.load(open(baseline))
13-
results = json.load(open(results))
13+
#results = json.load(open(results))
1414
result = {'generated_at':results["generated_at"], 'vulnerabilities':[]}
1515

1616
if "generated_at" in results and baseline:

0 commit comments

Comments
 (0)