X-Git-Url: https://git.arvados.org/lightning.git/blobdiff_plain/77a836b5883e33c11e8e9ef933d0abb6e08bc1a5..20ea031038bb7c2977dc210a71865d2e7e9b7454:/tilestats.go diff --git a/tilestats.go b/tilestats.go index b6284d9d01..c4a0a88747 100644 --- a/tilestats.go +++ b/tilestats.go @@ -145,7 +145,7 @@ func (cmd *tilingStats) RunCommand(prog string, args []string, stdin io.Reader, duptag := map[tagID]bool{} for _, seqname := range seqnames { for _, libref := range cseq.TileSequences[seqname] { - if dup, seen := duptag[libref.Tag]; seen && !dup { + if _, seen := duptag[libref.Tag]; seen { duptag[libref.Tag] = true } else { duptag[libref.Tag] = false