Skip to content

Commit

Permalink
Update src/hdmf_zarr/backend.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Ruebel <[email protected]>
  • Loading branch information
mavaylon1 and oruebel authored Sep 28, 2023
1 parent 4c3d904 commit d987927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdmf_zarr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def __get_ref(self, ref_object, export_source=None):

# Make the source relative to the current file
source = os.path.relpath(os.path.abspath(source), start=self.abspath)

# TODO: This check assumes that all links are internal links on export. Need to deal with external links on export.
if export_source is not None:
source = '.'
# Return the ZarrReference object
Expand Down

0 comments on commit d987927

Please sign in to comment.