10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-25 22:52:15 +02:00

Print is_bool() to debug in travis ci, canot see the bug in my machine

This commit is contained in:
Thomas Applencourt 2015-04-16 14:31:28 +02:00
parent 654b190506
commit d45e611dad

View File

@ -278,6 +278,7 @@ def get_dict_config_file(config_file_path, module_lower):
try:
d[pvd]["default"] = is_bool(default_raw)
print is_bool(default_raw)
except TypeError:
d[pvd]["default"] = Type(None, default_raw, default_raw)