Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Jun 29, 2024
1 parent d4ae50f commit 619cae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/commands/cmd_workflow_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def cli(ctx, paths, **kwds):
ctx,
paths,
lint_args,
iwc_grade = kwds.get("iwc", False)
iwc_grade=kwds.get("iwc", False)
)
ctx.exit(exit_code)

0 comments on commit 619cae9

Please sign in to comment.