Skip to content

Commit

Permalink
Update mobie/metadata/remote_metadata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape authored Nov 19, 2023
1 parent c3ed589 commit 74cfa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobie/metadata/remote_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _to_ome_zarr_s3(dataset_folder, dataset_name, storage,
if not os.path.exists(abs_path):
warn(f"Could not find data at {abs_path}")
# build the s3 address
dataset_path = os.path.relpath(abs_path,os.path.join(dataset_folder,'..'))
dataset_path = os.path.relpath(abs_path, os.path.join(dataset_folder, ".."))

s3_address = "/".join([
service_endpoint.rstrip("/"),
Expand Down

0 comments on commit 74cfa38

Please sign in to comment.