Skip to content

Commit

Permalink
base location "data" -> ""
Browse files Browse the repository at this point in the history
Tweaking mount points and making download agree with pipeline.
  • Loading branch information
craigsteffen committed Aug 15, 2024
1 parent 5ff8149 commit 1ba559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/CM_B_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def run(self):
split_path=os.path.join(my_cog_id[0:2],my_cog_id[2:4])
relative_file_location=os.path.join(split_path,my_cog_id)
# this is where the data directory is mounted inside the image
data_location_base="data"
data_location_base=""
# image_base_dir_absolute="/"+data_location_relative

# the total path in the image where the data is reference from
Expand Down

0 comments on commit 1ba559e

Please sign in to comment.