Skip to content

Commit

Permalink
Merge branch 'release_24.1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Aug 11, 2024
2 parents 03d7be3 + b0705ed commit f51b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/datatypes/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,7 @@ def _layercountsize(tmp, lennames=0):
count = len(tmp.dtype)
size = int(tmp.size)
else:
layers = list(tmp.attrs)
layers = list(tmp.keys())
count = len(layers)
size = lennames
return (layers, count, size)
Expand Down

0 comments on commit f51b9eb

Please sign in to comment.