Skip to content

Commit

Permalink
Temp fix for transect num in raw folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohambutala committed Oct 9, 2023
1 parent 6d8a4d6 commit 90a1c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echoflow/utils/file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def download_temp_file(raw, working_dir: str, stage: Stage, config: Dataset):

urlpath = raw.get("file_path")
fname = os.path.basename(urlpath)
out_path = working_dir+"/raw_files/"+fname
out_path = working_dir+"/"+ raw.get("transect_num") +"_raw_files/"+fname
working_dir_fs = extract_fs(
out_path, storage_options=config.output.storage_options_dict)

Expand Down

0 comments on commit 90a1c39

Please sign in to comment.