mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
Print is_bool() to debug in travis ci, canot see the bug in my machine
This commit is contained in:
parent
654b190506
commit
d45e611dad
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user