diff options
-rw-r--r-- | uploader/phenotypes/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py index cf1f5c7..a18c44d 100644 --- a/uploader/phenotypes/views.py +++ b/uploader/phenotypes/views.py @@ -991,7 +991,7 @@ def edit_upload_phenotype_data(# pylint: disable=[unused-argument] "phenotype-bulk-edit", extra_meta = { "edit-file": str(edit_file), - "species-id": specise["SpeciesId"], + "species-id": species["SpeciesId"], "population-id": population["Id"], "dataset-id": dataset["Id"] }), |