comment out delta if prevpath is bad
This commit is contained in:
parent
e413ca1742
commit
f0c638e8b9
@ -94,6 +94,8 @@ func filterContainersAndFillCollections(
|
||||
if len(prevPathStr) > 0 {
|
||||
if prevPath, err = pathFromPrevString(prevPathStr); err != nil {
|
||||
logger.Ctx(ctx).Error(err)
|
||||
// if the previous path is unusable, then the delta must be, too.
|
||||
prevDelta = ""
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user