Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLaserGit committed Sep 30, 2024
1 parent 67bea3c commit addd9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forcingprocessor/src/forcingprocessor/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ def prep_ngen_data(conf):
meta_path = bucket_path + '/metadata'
metaf_path = bucket_path + '/metadata/forcings_metadata'
bucket, key = convert_url2key(metaf_path,storage_type)
conf_path = f"{key}/conf_fp.json"
filenamelist_path = f"{key}/{os.path.basename(nwm_file)}"
conf_path = f"{key}conf_fp.json"
filenamelist_path = f"{key}{os.path.basename(nwm_file)}"
s3 = boto3.client("s3")
s3.put_object(
Body=json.dumps(conf),
Expand Down

0 comments on commit addd9f7

Please sign in to comment.