Skip to content

Commit

Permalink
bugfix/change-metadata-attachment-to-key-in-dict (#15)
Browse files Browse the repository at this point in the history
* change meta back to dict

* use double quotes
  • Loading branch information
tlambert03 authored Jul 10, 2021
1 parent c30e887 commit fe00582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_aicsimageio/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def reader_function(

# Apply all other metadata
meta_reader = partial(_get_meta, img=img)
meta["metadata"] = meta_reader
meta["metadata"] = {"ome_types": meta_reader}

return [(data.data, meta, "image")]

Expand Down

0 comments on commit fe00582

Please sign in to comment.