Skip to content

Commit

Permalink
Merge branch 'master' into 551-titles-in-spreadsheet-converted-from-JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
edugomez committed Apr 28, 2017
2 parents af9dac9 + 66b239d commit f5b606b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_360/lib/threesixtygiving.py
Original file line number Diff line number Diff line change
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 f5b606b

Please sign in to comment.