Skip to content

Commit

Permalink
Update gen_intake_gfdl_runner_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 30, 2024
1 parent fb796cf commit 7175240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalogbuilder/scripts/gen_intake_gfdl_runner_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
configyaml = os.path.join(package_dir, '../configs/config-example.yml')"

def create_catalog_from_config(config=configyaml):
gen_intake_gfdl.create_catalog(config=configyaml)
csv, json = gen_intake_gfdl.create_catalog(config=configyaml)

0 comments on commit 7175240

Please sign in to comment.