From d45e611dadf92da9c7bba12c9145d8776bef5f3f Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Thu, 16 Apr 2015 14:31:28 +0200 Subject: [PATCH] Print is_bool() to debug in travis ci, canot see the bug in my machine --- scripts/ezfio_interface/ei_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ezfio_interface/ei_handler.py b/scripts/ezfio_interface/ei_handler.py index 220d368c..54b41197 100755 --- a/scripts/ezfio_interface/ei_handler.py +++ b/scripts/ezfio_interface/ei_handler.py @@ -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)