Skip to content

Commit

Permalink
Merge pull request #391 from nationalarchives/kings-bench-division-ur…
Browse files Browse the repository at this point in the history
…i-converter

Add King's Bench Division to Subdivision converter
  • Loading branch information
Laura Porter authored Sep 22, 2022
2 parents 2d87bbf + 4d24be8 commit ee563ee
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|tcc"
regex = "civ|crim|admin|admlty|ch|comm|costs|fam|ipec|mercantile|pat|qb|kb|tcc"

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

0 comments on commit ee563ee

Please sign in to comment.