Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1fdc7d511 |
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user