Displays uncachable params to debug an issue only on Travis CI.

This commit is contained in:
Bertrand Bordage 2017-06-03 12:07:53 +02:00
parent 85ebf42353
commit 799fbf28e0
1 changed files with 1 additions and 0 deletions

View File

@ -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