Skip to content

Commit

Permalink
Merge pull request #10599 from mvdbeek/lint_fix_binary_py
Browse files Browse the repository at this point in the history
[20.09] Fix linting in binary.py
  • Loading branch information
nsoranzo authored Nov 1, 2020
2 parents ab5e616 + 3cf41db commit 31685ac
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 @@ -1042,7 +1042,7 @@ def _layercountsize(tmp, lennames=0):
tmp = anndata_file["uns"]
dataset.metadata.uns_layers, dataset.metadata.uns_count, _ = _layercountsize(tmp)

## Resolving the problematic shape parameter
# Resolving the problematic shape parameter
if 'X' in dataset.metadata.layers_names:
# Shape we determine here due to the non-standard representation of 'X' dimensions
shape = anndata_file['X'].attrs.get("shape")
Expand Down

0 comments on commit 31685ac

Please sign in to comment.