Skip to content

Commit

Permalink
fix poject spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed Sep 13, 2023
1 parent 06bd55e commit 16e1e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluepyemodel/tasks/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class EmodelAPIConfig(luigi.Config):
# nexus parameters
forge_path = luigi.OptionalParameter(default=None)
forge_ontology_path = luigi.OptionalParameter(default=None)
nexus_poject = luigi.OptionalParameter(default="emodel_pipeline")
nexus_project = luigi.OptionalParameter(default="emodel_pipeline")
nexus_organisation = luigi.OptionalParameter(default="demo")
nexus_endpoint = luigi.OptionalParameter(default="https://bbp.epfl.ch/nexus/v1")

Expand Down Expand Up @@ -65,7 +65,7 @@ def __init__(self, *args, **kwargs):
self.api_args = {
"forge_path": self.forge_path,
"forge_ontology_path": self.forge_ontology_path,
"project": self.nexus_poject,
"project": self.nexus_project,
"organisation": self.nexus_organisation,
"endpoint": self.nexus_endpoint,
}

0 comments on commit 16e1e7e

Please sign in to comment.