From 619cae9ce20f7881a89ddf73e80069293a8d3140 Mon Sep 17 00:00:00 2001 From: Lucille Delisle Date: Sat, 29 Jun 2024 15:01:58 +0200 Subject: [PATCH] linting --- planemo/commands/cmd_workflow_lint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planemo/commands/cmd_workflow_lint.py b/planemo/commands/cmd_workflow_lint.py index d226f40f7..79ac6d305 100644 --- a/planemo/commands/cmd_workflow_lint.py +++ b/planemo/commands/cmd_workflow_lint.py @@ -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)