Skip to content

Commit

Permalink
Added entity to concat-issues field list.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohns-scottlogic committed Nov 19, 2024
1 parent f5a942c commit f266d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/concat-issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import re
import os

fields = ["resource", "pipeline", "row-number", "field", "issue-type", "value", "message", "dataset", "entry-number", "line-number"]
fields = ["resource", "pipeline", "row-number", "field", "issue-type", "value", "message", "dataset", "entry-number", "line-number", "entity"]

issues_dir = "issues/"
os.makedirs(issues_dir, exist_ok=True)
Expand Down

0 comments on commit f266d11

Please sign in to comment.