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

Add debug

parent 596b855b
No related branches found
No related tags found
2 merge requests!12Release_2.0 next,!9Release 2.0 (merge dev to master)
......@@ -134,7 +134,7 @@ class DeploySpeciesStack(speciesData.SpeciesData):
galaxy_nginx_conf_file.truncate(0)
galaxy_nginx_conf_file.write(galaxy_nginx_conf_output)
else:
logging.debug("galaxy_nginx.conf alredy exists")
logging.debug("galaxy_nginx.conf already exists")
# Create the volumes (directory) of the species docker-compose file
create_mounts(working_dir=".", main_dir=self.main_dir)
......
......@@ -37,6 +37,7 @@ def parse_config(config_file):
config_dict = load_yaml(config_file)
if isinstance(config_dict, dict):
logging.debug("Config dictionary: {0}".format(config_dict))
return config_dict
else:
logging.critical("Config yaml file is not a dictionary" % config_file)
......
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