Skip to content

Commit

Permalink
move data catalog inside package dir for PyPi installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdebruijn committed Oct 31, 2024
1 parent 2664a57 commit 4e4e5b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions geb/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,7 @@ def decorator(func):
"-d",
type=str,
multiple=True,
default=[
Path(os.environ.get("GEB_PACKAGE_DIR"))
/ "examples"
/ "data_catalog.yml"
],
default=[Path(os.environ.get("GEB_PACKAGE_DIR")) / "data_catalog.yml"],
help="""A list of paths to the data library YAML files. By default the data_catalog in the examples is used. If this is not set, defaults to data_catalog.yml""",
)
@click.option(
Expand Down
File renamed without changes.

0 comments on commit 4e4e5b3

Please sign in to comment.