X-Git-Url: https://git.arvados.org/lightning.git/blobdiff_plain/e62816130b93b76df9d40db1e77bce9d3d0cd3a9..69b71af4136fdaeeb5c2afbc559208dc5f428c48:/annotate.go diff --git a/annotate.go b/annotate.go index 34d1c97af5..ff4ab88717 100644 --- a/annotate.go +++ b/annotate.go @@ -112,7 +112,7 @@ func (cmd *annotatecmd) RunCommand(prog string, args []string, stdin io.Reader, retainNoCalls: true, retainTileSequences: true, } - err = tilelib.LoadGob(context.Background(), input, nil) + err = tilelib.LoadGob(context.Background(), input, strings.HasSuffix(*inputFilename, ".gz"), nil) if err != nil { return 1 }