Prints again a debug line to understand why Travis CI is failing… -_-

This commit is contained in:
Bertrand Bordage 2017-06-03 18:09:45 +02:00
parent 4522106632
commit 412f82061e
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,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