From 4d05a09a204a14c37ae309279de83b9f7c2628d1 Mon Sep 17 00:00:00 2001 From: Curtis Castrapel Date: Thu, 12 Apr 2018 08:59:06 -0700 Subject: [PATCH] fix_changes --- lemur/common/schema.py | 2 +- lemur/migrations/alembic.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lemur/common/schema.py b/lemur/common/schema.py index 51e257c7..1e081f8c 100644 --- a/lemur/common/schema.py +++ b/lemur/common/schema.py @@ -148,7 +148,7 @@ def validate_schema(input_schema, output_schema): request_data = request.get_json() else: request_data = request.args - + data, errors = input_schema.load(request_data) if errors: diff --git a/lemur/migrations/alembic.ini b/lemur/migrations/alembic.ini index b2e42cfa..f8ed4801 100644 --- a/lemur/migrations/alembic.ini +++ b/lemur/migrations/alembic.ini @@ -8,6 +8,7 @@ # the 'revision' command, regardless of autogenerate # revision_environment = false + # Logging configuration [loggers] keys = root,sqlalchemy,alembic