From 9218227a1713e005eb98636e58279460ff1f14ed Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 17 Jan 2025 08:57:31 +0100 Subject: [PATCH] Remove unused stub args variable to satisfy langauge server --- nf_core/module-template/main.nf | 1 - 1 file changed, 1 deletion(-) diff --git a/nf_core/module-template/main.nf b/nf_core/module-template/main.nf index 5258403e8f..bb09535713 100644 --- a/nf_core/module-template/main.nf +++ b/nf_core/module-template/main.nf @@ -96,7 +96,6 @@ process {{ component_name_underscore|upper }} { """ stub: - def args = task.ext.args ?: '' {% if has_meta -%} def prefix = task.ext.prefix ?: "${meta.id}" {%- endif %}