From 684868d7f1d9060c29a4e3a68854e98cd912c20b Mon Sep 17 00:00:00 2001 From: "Dr. Ernie Prabhakar" Date: Wed, 24 Jan 2024 16:02:27 -0800 Subject: [PATCH] don't calculate path in constructor --- plugins/nf-quilt/src/main/nextflow/quilt/nio/QuiltPath.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nf-quilt/src/main/nextflow/quilt/nio/QuiltPath.groovy b/plugins/nf-quilt/src/main/nextflow/quilt/nio/QuiltPath.groovy index d74361c0..353f88a9 100644 --- a/plugins/nf-quilt/src/main/nextflow/quilt/nio/QuiltPath.groovy +++ b/plugins/nf-quilt/src/main/nextflow/quilt/nio/QuiltPath.groovy @@ -48,7 +48,7 @@ final class QuiltPath implements Path, Comparable { this.filesystem = filesystem this.parsed = parsed this.paths = parsed.getPaths() - log.debug("Creating QuiltPath: $parsed [${this.localPath()}]") + log.debug("Creating QuiltPath: $parsed") } String getBucket() {