Skip to content
Discussion options

You must be logged in to vote

I copied your script into VS Code with Groovy highlighting, it looks like the */ on this line:

Channel.fromFilePairs("${params.out}*/*chunk*csv* ...

Is interpreted as a comment closer. I think it is a limitation of the Groovy parser. I would remove the commented code or disable it in a different way. For example, in VS Code you can highlight many lines and do Ctrl+/ to comment them out with line comments.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bentsherman
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3781 on March 21, 2023 20:29.