fix: no skip pattern
This commit is contained in:
parent
dc9cb28fc6
commit
48513e979e
@ -339,6 +339,8 @@ func filterProfileByPattern(skippattern []string, needpattern []string, profiles
|
|||||||
skipOut = append(skipOut, profile)
|
skipOut = append(skipOut, profile)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
return profiles
|
||||||
}
|
}
|
||||||
log.Infof("skipOut len: %v", len(skipOut))
|
log.Infof("skipOut len: %v", len(skipOut))
|
||||||
if len(needpattern) == 0 {
|
if len(needpattern) == 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user