Fix editing error

This commit is contained in:
Michael Hohn
2021-12-15 14:02:27 -08:00
committed by =Michael Hohn
parent 62ae8dca4a
commit 7e66e29f53

View File

@@ -75,7 +75,6 @@ for runi in S.indices(sarif_struct, 'runs'):
l1, c1, l2, c2 = -1, -1, -1, -1
else:
l1, c1, l2, c2 = S.lineinfo(region)
l1, c1, l2, c2 = S.lineinfo(region)
filepath = "%s:%d:%d:%d:%d" % (artifact['uri'], l1, c1, l2, c2)
if args.csv:
S.write_csv(cw, "result", artifact['uri'], l1, c1, l2, c2, message)