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 e27967f commit b6e0d90Copy full SHA for b6e0d90
src/DataBlobs/services/BlobEntry.jl
@@ -397,7 +397,7 @@ function incrDataLabelSuffix(
397
hasund = false
398
len = 0
399
try
400
- de = getfirstBlobentry(dfg, vla; labelFilter = contains(string(bllb)))
+ de = getfirstVariableBlobentry(dfg, vla; labelFilter = contains(string(bllb)))
401
isnothing(de) && return Symbol(bllb) # no match, return as is
402
bllb = string(bllb)
403
# bllb *= bllb[end] != '_' ? "_" : ""
0 commit comments