Skip to content

Commit

Permalink
update binary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nilchia committed Aug 8, 2024
1 parent 18f9c8a commit eb935b4
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 @@ -1574,7 +1574,7 @@ def _layercountsize(tmp, lennames=0):
dataset.metadata.shape = (int(dataset.metadata.obs_size), int(dataset.metadata.var_size))

def set_peek(self, dataset: DatasetProtocol, **kwd) -> None:
if not dataset.file_name_ == None:
if not dataset.file_name_ is None:
tmp = dataset.metadata

def _makelayerstrings(layer, count, names):
Expand Down

0 comments on commit eb935b4

Please sign in to comment.