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 26, 2024
1 parent 9f6be7a commit 6910721
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions catalogbuilder/scripts/gen_intake_gfdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ def create_catalog(input_path=None, output_path=None, config=None, filter_realm=

def create_catalog_cli(input_path=None, output_path=None, config=None, filter_realm=None, filter_freq=None, filter_chunk=None,
overwrite=False, append=False):
return create_catalog((input_path=None, output_path=None, config=None, filter_realm=None, filter_freq=None, filter_chunk=None,
overwrite=False, append=False)
return create_catalog((input_path,output_path,config,filter_realm,filter_freq,filter_chunk,overwrite,append)

if __name__ == '__main__':
create_catalog_cli()

0 comments on commit 6910721

Please sign in to comment.