Skip to content

Commit

Permalink
pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Jun 12, 2017
1 parent 4904633 commit d8c6838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tools/deps/container_resolvers/mulled.py
Expand Up @@ -54,6 +54,7 @@ def output_line_to_image(line):
raw_images = [output_line_to_image(_) for _ in filter(name_filter, images_and_versions.splitlines())]
return [i for i in raw_images if i is not None]


def identifier_to_cached_target(identifier, hash_func):
image_name, version = identifier.rsplit(":", 1)
if not version or version == "latest":
Expand Down

0 comments on commit d8c6838

Please sign in to comment.