placement: Fix backwards compatibility for copies_number
#474
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ func NewTraverser(opts ...Option) (*Traverser, error) {
|
|||
}
|
||||
|
||||
// backward compatibility for scalar `copies_number`
|
||||
if len(cfg.copyNumbers) == 1 {
|
||||
if len(cfg.copyNumbers) == 1 && cfg.copyNumbers[0] != 0 {
|
||||
cfg.flatSuccess = &cfg.copyNumbers[0]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue