Skip to content

Commit

Permalink
fix mulled_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 25, 2024
1 parent 6bc9940 commit 62ae16e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/galaxy/tool_util/deps/mulled/mulled_hash.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ def main(argv=None):
)
parser.add_argument("--hash", dest="hash", choices=["v1", "v2"], default="v2")
args = parser.parse_args()
targets = target_str_to_targets(args.targets)
print(_mulled_hash(args.hash, targets))
print(_mulled_hash(args.hash, args.targets))


__all__ = ("main",)
Expand Down

0 comments on commit 62ae16e

Please sign in to comment.