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