We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b4ba3 commit 25c8a67Copy full SHA for 25c8a67
src/main/groovy/nextflow/validation/validators/ValidatonResult.groovy renamed to src/main/groovy/nextflow/validation/validators/ValidationResult.groovy
@@ -53,7 +53,6 @@ public class ValidationResult {
53
public List<String> getErrors(String validationType) {
54
def List<String> errors = []
55
this.result.getErrors().each { error ->
56
- println "${error.getError()}: '${error.getKeyword()}' at '${error.getEvaluationPath()}'"
57
def String errorString = error.getError()
58
59
// Skip double error in the parameter schema
0 commit comments