Skip to content

Commit

Permalink
[#626] cove_360 additional checks: add dot to regex to catch emails i…
Browse files Browse the repository at this point in the history
…n data
  • Loading branch information
edugomez committed Apr 27, 2017
1 parent 0dac5a1 commit 90ce712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_360/lib/threesixtygiving.py
Expand Up @@ -344,7 +344,7 @@ def process(self, grant, grant_flat, path_prefix):
self.message = "If you are expecting to be publishing data for multiple funders then this notice can be ignored, however if you are only publishing for a single funder then you should review your Funder ID column to see where multiple IDs have occurred."


compiled_email_re = re.compile('[\w.-]+@[\w.-]+')
compiled_email_re = re.compile('[\w.-]+@[\w.-]+\.[\w.-]+')


class LooksLikeEmail(AdditionalTest):
Expand Down

0 comments on commit 90ce712

Please sign in to comment.