Skip to content

Commit

Permalink
go vet
Browse files Browse the repository at this point in the history
  • Loading branch information
edisonguo committed Jun 24, 2019
1 parent aebf164 commit 5f13601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/tile_pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (dp *TilePipeline) getDepFileList(geoReq *GeoTileRequest, verbose bool) ([]
req := reqCtx.GeoReq
grans, err := tp.GetFileList(req, verbose)
if err != nil {
return nil, fmt.Errorf("fusion pipeline(%d of %d) tile indexer error: ", err)
return nil, fmt.Errorf("fusion pipeline(%d of %d) tile indexer error: %v", idx+1, len(depLayers), err)
}

for _, g := range grans {
Expand Down

0 comments on commit 5f13601

Please sign in to comment.