diff --git a/tljh/config.py b/tljh/config.py index 9bcd200..dce1bae 100644 --- a/tljh/config.py +++ b/tljh/config.py @@ -165,7 +165,7 @@ def validate_config(config): try: jsonschema.validate(instance=config, schema=config_schema) except jsonschema.exceptions.ValidationError as e: - print(e) + print(e.message) exit()