mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-29 11:53:41 -04:00
Replace isn't with is not
This commit is contained in:
committed by
Chris Hill-Scott
parent
90b8af63d5
commit
4b2990e735
@@ -32,7 +32,7 @@ class CsvFileValidator:
|
||||
|
||||
def __call__(self, form, field):
|
||||
if not Spreadsheet.can_handle(field.data.filename):
|
||||
raise ValidationError("{} isn’t a spreadsheet that Notify can read".format(field.data.filename))
|
||||
raise ValidationError("{} is not a spreadsheet that Notify can read".format(field.data.filename))
|
||||
|
||||
|
||||
class ValidGovEmail:
|
||||
|
||||
Reference in New Issue
Block a user