Skip to content

Commit

Permalink
Merge pull request #1274 from nationalarchives/add-ewcop-tx-to-subdiv…
Browse files Browse the repository at this point in the history
…ision-regex

Add t1/t2/t3 to subdivision regex
  • Loading branch information
dragon-dxw authored Jun 26, 2024
2 parents 889b42f + 252278e commit 2694d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judgments/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def to_url(self, value):


class SubdivisionConverter:
regex = "civ|crim|admin|admlty|ch|comm|costs|fam|ipec|mercantile|pat|qb|kb|iac|lc|tcc|aac|scco|tc|grc|b"
regex = "civ|crim|admin|admlty|ch|comm|costs|fam|ipec|mercantile|pat|qb|kb|iac|lc|tcc|aac|scco|tc|grc|b|t1|t2|t3"

def to_python(self, value):
return value
Expand Down

0 comments on commit 2694d2b

Please sign in to comment.