Skip to content

Commit

Permalink
Merge pull request #143 from swoop-inc/mb_fetch_multi_regression
Browse files Browse the repository at this point in the history
Fix regression in multi fetch handling
  • Loading branch information
brutasse committed Nov 19, 2015
2 parents 1ff1eb5 + 94fe492 commit 20d5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphite_api/render/datalib.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def fetchData(requestContext, pathExprs):
time_info, series = finder.fetch_multi(nodes, startTime, endTime)
for path, values in series.items():
data_store.add_data(path, time_info, values,
path_to_exprs[node.path])
path_to_exprs[path])

# Single fetches
fetches = [
Expand Down

0 comments on commit 20d5e2d

Please sign in to comment.