Skip to content

Commit

Permalink
Update gen_intake_gfdl.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aradhakrishnanGFDL authored Jul 30, 2024
1 parent 7175240 commit 07f92b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalogbuilder/scripts/gen_intake_gfdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def create_catalog(input_path=None, output_path=None, config=None, filter_realm=
print("JSON generated at:", os.path.abspath(json_path))
print("CSV generated at:", os.path.abspath(csv_path))
logger.info("CSV generated at" + os.path.abspath(csv_path))
return(os.path.abspath(csv_path),os.path.abspath(json_path))

#Setting up argument parsing/flags
@click.command()
Expand Down

0 comments on commit 07f92b2

Please sign in to comment.