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

change log level

parent f05ff74e
No related branches found
No related tags found
1 merge request!9Release 2.0 (merge dev to master)
......@@ -76,7 +76,7 @@ class LoadData(speciesData.SpeciesData):
tool_inputs={"genus": "Homo", "species": "sapiens"})
get_sapiens_id_json_output = self.instance.datasets.download_dataset(dataset_id=get_sapiens_id_job_output_dataset_id)
logging.debug("Deleting Homo 'sapiens' in the instance's chado database")
logging.info("Deleting Homo 'sapiens' in the instance's chado database")
try:
get_sapiens_id_final_output = json.loads(get_sapiens_id_json_output)[0]
sapiens_id = str(get_sapiens_id_final_output["organism_id"]) # needs to be str to be recognized by the chado tool
......
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