From 9efb96190b2ab689617539e053a2cb45ab73be40 Mon Sep 17 00:00:00 2001 From: Daniel Nouri Date: Fri, 18 May 2018 12:41:33 +0200 Subject: [PATCH] Fix bad reuse of 'fit_decorators' identifier Very bad idea to have two completely different functions use the same decorator name. --- palladium/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palladium/server.py b/palladium/server.py index dcc1d80..ac44776 100644 --- a/palladium/server.py +++ b/palladium/server.py @@ -385,7 +385,7 @@ def list(model_persister): return make_ujson_response(info) -@PluggableDecorator('fit_decorators') +@PluggableDecorator('server_fit_decorators') @args_from_config def fit(): param_converters = {