Skip to content

Commit

Permalink
add bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed May 2, 2024
1 parent b8bbbb6 commit a81cb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/steps/ExtractCode/ExtractCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def transform_sarif_results(
start = context_start if context_start is not None else start_line
end = context_end if context_end is not None else end_line

grouped_messages[(uri, start, end, source_code_context)].append(
grouped_messages[(file_path, start, end, source_code_context)].append(
result.get("message", {}).get("text", "")
)

Expand Down

0 comments on commit a81cb3c

Please sign in to comment.