Skip to content

Commit

Permalink
Fix bug with shed_lint --urls introduced in #628.
Browse files Browse the repository at this point in the history
Thanks to @bgruening for the bug report.
  • Loading branch information
jmchilton committed Feb 7, 2017
1 parent e1eafc2 commit 84ebc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/shed_lint.py
Expand Up @@ -106,7 +106,7 @@ def lint_repository(ctx, realized_repository, **kwds):
lint_ctx.lint( lint_ctx.lint(
"lint_urls", "lint_urls",
lint_tool_dependencies_urls, lint_tool_dependencies_urls,
path, realized_repository,
) )
if kwds["tools"]: if kwds["tools"]:
tools_failed = lint_repository_tools(ctx, realized_repository, lint_ctx, lint_args) tools_failed = lint_repository_tools(ctx, realized_repository, lint_ctx, lint_args)
Expand Down

0 comments on commit 84ebc1f

Please sign in to comment.