Skip to content

Commit b6e0d90

Browse files
committed
fix incrDataLabelSuffix
1 parent e27967f commit b6e0d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataBlobs/services/BlobEntry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ function incrDataLabelSuffix(
397397
hasund = false
398398
len = 0
399399
try
400-
de = getfirstBlobentry(dfg, vla; labelFilter = contains(string(bllb)))
400+
de = getfirstVariableBlobentry(dfg, vla; labelFilter = contains(string(bllb)))
401401
isnothing(de) && return Symbol(bllb) # no match, return as is
402402
bllb = string(bllb)
403403
# bllb *= bllb[end] != '_' ? "_" : ""

0 commit comments

Comments
 (0)