Skip to content
Snippets Groups Projects
Commit 70969c5c authored by Loraine Guéguen's avatar Loraine Guéguen
Browse files

debug get picture

parent f24c3645
No related branches found
No related tags found
2 merge requests!25Sync in wf,!18Release v2.1.0
This commit is part of merge request !25. Comments created here will be created in the context of that merge request.
......@@ -144,6 +144,9 @@ def get_sp_picture(sp_dict_list):
for sp in sp_dict_list:
genus_species = get_gspecies_string_from_sp_dict(sp)
logging.debug("picture path for {0} {1}: {2}".format(genus_species,
sp[constants.ORG_PARAM_DESC][constants.ORG_PARAM_DESC_STRAIN],
sp[constants.ORG_PARAM_DESC][constants.ORG_PARAM_DESC_PICTURE_PATH]))
# no picture stored yet for this genus_species
if genus_species not in sp_picture_dict.keys() \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment