From b1fdc7d511ea1c17720b984ce7f30aaf062b2323 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Wed, 18 Jun 2025 18:22:22 +0200 Subject: [PATCH] dict-set-context.go -- removed setting pipeValueKey in varStores[0] --- dict-set-context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dict-set-context.go b/dict-set-context.go index e5d2012..ce22973 100644 --- a/dict-set-context.go +++ b/dict-set-context.go @@ -102,7 +102,7 @@ func (ctx *DictSetContext) Handle(spec string, scanFlags ScannerFlag) (value str origVarFound := found for _, part := range parts { var expandedPart string - ctx.varStores[0][pipeValueKey] = rawValue + // ctx.varStores[0][pipeValueKey] = rawValue ctx.SetVar(pipeValueKey, rawValue) if expandedPart, err = Scan(ctx, part); err != nil { break