Skip to content

Commit

Permalink
Merge pull request #155 from NOAA-GFDL/154.FixCatalogCall
Browse files Browse the repository at this point in the history
Update frecatalog.py
  • Loading branch information
ilaflott authored Aug 12, 2024
2 parents 784ad8c + 03382cf commit 507474a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/catalog/frecatalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def catalogCli():
def builder(context, input_path = None, output_path = None, config = None, filter_realm = None,
filter_freq = None, filter_chunk = None, overwrite = False, append = False):
""" - Generate .csv and .json files for catalog """
context.forward(gen_intake_gfdl.main)
context.forward(gen_intake_gfdl.create_catalog_cli)

@catalogCli.command()
@click.argument('json_path', nargs = 1 , required = True)
Expand Down

0 comments on commit 507474a

Please sign in to comment.