Skip to content
Snippets Groups Projects
Commit a46f930c authored by Loraine Gueguen's avatar Loraine Gueguen
Browse files

fix picture_path in species template

parent e33c7042
No related branches found
No related tags found
1 merge request!18Release v2.1.0
...@@ -424,7 +424,6 @@ if __name__ == "__main__": ...@@ -424,7 +424,6 @@ if __name__ == "__main__":
# Make/update directory tree # Make/update directory tree
deploy_stack_for_current_organism.picture_path = sp_picture_dict[deploy_stack_for_current_organism.genus_species] deploy_stack_for_current_organism.picture_path = sp_picture_dict[deploy_stack_for_current_organism.genus_species]
logging.debug("Set picture_path to '%s'" % deploy_stack_for_current_organism.picture_path)
deploy_stack_for_current_organism.make_directory_tree() deploy_stack_for_current_organism.make_directory_tree()
logging.info("Successfully generated the directory tree for %s %s", deploy_stack_for_current_organism.genus, deploy_stack_for_current_organism.species) logging.info("Successfully generated the directory tree for %s %s", deploy_stack_for_current_organism.genus, deploy_stack_for_current_organism.species)
......
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