Skip to content

Commit

Permalink
Merge pull request #344 from openego/fixes/#343-scenarios-Parameter-C…
Browse files Browse the repository at this point in the history
…auses-Broken-DAGs

Fix incorrect YAML serialization of the `--scenarios` CLI parameter that caused broken DAGs in the pipeline
  • Loading branch information
khelfen authored Nov 26, 2024
2 parents f6e6756 + 84b403f commit 4ca597c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,9 @@ Bug Fixes
`#179 <https://github.com/openego/powerd-data/issues/179>`_
* Fix depricated python-operator import
`#183 <https://github.com/openego/powerd-data/issues/183>`_
* Fix incorrect YAML serialization of the --scenarios CLI
parameter that caused broken DAGs in the pipeline.
`#343 <https://github.com/openego/powerd-data/issues/343>`_


.. _PR #692: https://github.com/openego/eGon-data/pull/692
Expand Down
1 change: 1 addition & 0 deletions src/egon/data/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
default=["status2019", "eGon2035"],
metavar="SCENARIOS",
help=("List of scenario names for which a data model shall be created."),
multiple=True,
show_default=True,
)
@click.option(
Expand Down

0 comments on commit 4ca597c

Please sign in to comment.