Skip to content

Commit

Permalink
Merge pull request #546 from nsoranzo/master
Browse files Browse the repository at this point in the history
Fix linting of tool URLS
  • Loading branch information
nsoranzo authored Aug 19, 2016
2 parents 1e6d358 + 1b7a1ba commit 2e6a74a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planemo/linters/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
import planemo.lint


def lint_tool_urls(root, lint_ctx):
planemo.lint.lint_urls(root, lint_ctx)
def lint_tool_urls(tool_source, lint_ctx):
planemo.lint.lint_urls(tool_source.root, lint_ctx)

0 comments on commit 2e6a74a

Please sign in to comment.