Fixed a linting issue

This commit is contained in:
Nicolas Vannieuwkerke 2022-05-04 14:05:21 +02:00
parent 37338ecee3
commit 065a5d6a7f
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ process HAPPY {
def args = task.ext.args ?: '' def args = task.ext.args ?: ''
def args2 = task.ext.args2 ?: '' def args2 = task.ext.args2 ?: ''
def prefix = task.ext.prefix ?: "${meta.id}" def prefix = task.ext.prefix ?: "${meta.id}"
""" """
pre.py \\ pre.py \\
$args \\ $args \\

View file

@ -45,7 +45,7 @@ output:
- summary: - summary:
type: file type: file
description: A CSV file containing the summary of the benchmarking description: A CSV file containing the summary of the benchmarking
pattern: "*.summary.csv" pattern: "*.summary.csv"
- extended: - extended:
type: file type: file
description: A CSV file containing extended info of the benchmarking description: A CSV file containing extended info of the benchmarking
@ -60,4 +60,4 @@ output:
pattern: "versions.yml" pattern: "versions.yml"
authors: authors:
- "@nvnieuwk" - "@nvnieuwk"