Skip to content

Commit f00dc41

Browse files
author
Alan Christie
committed
Message tweak
1 parent 7ca2117 commit f00dc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jote/jote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _validate_schema(definition_filename: str) -> bool:
9292
except jsonschema.ValidationError as ex:
9393
print(f'! Job definition "{definition_filename}"'
9494
' does not comply with schema')
95-
print(f'! Errors is "{ex.message}"')
95+
print(f'! Error is "{ex.message}"')
9696
print('! Full response follows:')
9797
print(ex)
9898
return False

0 commit comments

Comments
 (0)