Skip to content

Commit

Permalink
[Scotland] Spot proxy votes.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheyWorkForYou Live CVS User committed May 3, 2024
1 parent adaa66d commit fcde335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyscraper/sp_2024/resolvenames.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ def list_all_dates(self):
\)\s*\( # ... close banana, whitespace, open banana
(?P<party>\D*?) # ... party, a minimal match of any characters
\) # ... close banana
(?:\s*Proxy[ ]vote[ ]cast[ ]by.*?)? # ... optional proxy vote text
$ # ... end of the string
""",
re.VERBOSE,
Expand Down

0 comments on commit fcde335

Please sign in to comment.