Changes to be committed:

modified:   pkg/obioptions/version.go
	modified:   pkg/obitax/iterator.go
This commit is contained in:
Eric Coissac
2025-02-01 12:06:19 +01:00
parent d3dac1b21f
commit c10df073a7
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import (
// corresponds to the last commit, and not the one when the file will be
// commited
var _Commit = "0df082d"
var _Commit = "d3dac1b"
var _Version = "Release 4.2.0"
// Version returns the version of the obitools package.

View File

@ -2,7 +2,6 @@ package obitax
import (
"git.metabarcoding.org/obitools/obitools4/obitools4/pkg/obiutils"
log "github.com/sirupsen/logrus"
)
// ITaxon represents an iterator for traversing Taxon instances.
@ -195,7 +194,6 @@ func (taxon *Taxon) ISubTaxonomy() *ITaxon {
pushed := true
log.Warn(parents)
for pushed {
itaxo := taxo.Iterator()
pushed = false