From 19219d02b8b36956081f7c84019acc42f48eb2b8 Mon Sep 17 00:00:00 2001 From: Loraine Gueguen <loraine.gueguen@sb-roscoff.fr> Date: Thu, 20 May 2021 22:27:32 +0200 Subject: [PATCH] debug --- utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities.py b/utilities.py index 68a4513..2c41c51 100755 --- a/utilities.py +++ b/utilities.py @@ -183,7 +183,7 @@ def get_sp_picture(sp_dict_list): if constants.ORG_PARAM_DESC_PICTURE_PATH in sp[constants.ORG_PARAM_DESC].keys() and \ sp[constants.ORG_PARAM_DESC][constants.ORG_PARAM_DESC_PICTURE_PATH] != "": sp_picture_dict[gspecies] = sp[constants.ORG_PARAM_DESC][constants.ORG_PARAM_DESC_PICTURE_PATH] - print(sp_picture_dict) + logging.debug(sp_picture_dict[gspecies]) return sp_picture_dict def run_tool(instance, tool_id, history_id, tool_inputs): -- GitLab