Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Feb 5, 2019
1 parent cb13e56 commit e9f40f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tools/verify/asserts/hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def assert_has_attr(output_bytes, name, value):
assert name in local_attrs and str(local_attrs[name]) == value, (
"Not a HDF5 file or H5 attributes do not match:\n\t%s\n\n\t(%s : %s)" % (local_attrs.items(), name, value))


def assert_has_keys(output_bytes, keys):
""" Asserts the specified HDF5 output has exactly the given keys."""
keys = [k.strip() for k in keys.strip().split(',')]
Expand Down

0 comments on commit e9f40f2

Please sign in to comment.