From 9095ecff7d1fe8a641396e8f6cf6c836156e407b Mon Sep 17 00:00:00 2001 From: Loraine Gueguen <loraine.gueguen@sb-roscoff.fr> Date: Sun, 16 May 2021 12:17:08 +0200 Subject: [PATCH] minor fix --- speciesData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speciesData.py b/speciesData.py index 312c750..9aff3be 100755 --- a/speciesData.py +++ b/speciesData.py @@ -62,7 +62,7 @@ class SpeciesData: self.date = datetime.today().strftime("%Y-%m-%d") self.origin = parameters_dictionary_description[constants.ORG_PARAM_DESC_ORIGIN] - self.performed = parameters_dictionary_data[constants.constants.ORG_PARAM_DATA_PERFORMED_BY] + self.performed = parameters_dictionary_data[constants.ORG_PARAM_DATA_PERFORMED_BY] if parameters_dictionary_data[constants.ORG_PARAM_DATA_GENOME_VERSION] == "": self.genome_version = "1.0" -- GitLab