Skip to content

Commit

Permalink
add config file argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed May 29, 2022
1 parent a3c865e commit 1596565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def _create_catalog(catalog: WebCatalog, metadata, dataset_id: str, dataset_vers
message=msg)
# If metadata was also supplied, add this to the catalog
if metadata is not None:
yield from _add_to_catalog(catalog, metadata, dataset_id, dataset_version, force)
yield from _add_to_catalog(catalog, metadata, dataset_id, dataset_version, force, config_file)


def _add_to_catalog(catalog: WebCatalog, metadata, dataset_id: str, dataset_version: str, force: bool, config_file: str):
Expand Down

0 comments on commit 1596565

Please sign in to comment.