mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 09:13:04 +01:00
Fix editing error
This commit is contained in:
committed by
=Michael Hohn
parent
62ae8dca4a
commit
7e66e29f53
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user