execute process directly instead of creating sub shell

This commit is contained in:
bergquist
2017-12-13 17:58:50 +01:00
parent 411e8a16c2
commit 7c0fc59dfb
2 changed files with 9 additions and 6 deletions
+1
View File
@@ -64,6 +64,7 @@ func (tw *TsdbWrapper) Query(ctx context.Context, ds *models.DataSource, query *
res := &tsdb.Response{
Message: pbres.Message,
Results: map[string]*tsdb.QueryResult{},
}
for _, r := range pbres.Results {