Skip to content

Commit aed0c7e

Browse files
Remove double filename bug (#52)
1 parent a875b9e commit aed0c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forcingprocessor/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ def prep_ngen_data(conf):
11651165
if storage_type == 's3':
11661166
bucket, key = convert_url2key(output_path,storage_type)
11671167
meta_path = f"{key}/metadata/forcings_metadata/"
1168-
meta_key = meta_path + 'metadata.csv'
1168+
meta_key = meta_path
11691169
meta_bucket = bucket
11701170
else:
11711171
local_metapath = metaf_path

0 commit comments

Comments
 (0)