Skip to content

Commit 6fd6f83

Browse files
authored
Add missing vocabularies (#172)
Added missing vocabularies and commenting out get_entities lines Added default to --export-dir in cli fill_masterdata
1 parent 84f7cf5 commit 6fd6f83

File tree

3 files changed

+49631
-44
lines changed

3 files changed

+49631
-44
lines changed

bam_masterdata/cli/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def cli():
5959
@click.option(
6060
"--export-dir",
6161
type=str,
62+
default="./bam_masterdata/datamodel",
6263
required=False,
6364
help="The directory where the Masterdata will be exported to.",
6465
)

0 commit comments

Comments
 (0)