From 799fbf28e007e14d366762cd8c75b60c14f59f19 Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Sat, 3 Jun 2017 12:07:53 +0200 Subject: [PATCH] Displays uncachable params to debug an issue only on Travis CI. --- cachalot/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cachalot/utils.py b/cachalot/utils.py index 5102aa2..716c725 100644 --- a/cachalot/utils.py +++ b/cachalot/utils.py @@ -59,6 +59,7 @@ def check_parameter_types(params): elif cl is dict: check_parameter_types(p.items()) else: + print(params, [text_type(p) for p in params]) raise UncachableQuery