Skip to content

Commit

Permalink
Merge pull request #2169 from DanCech/aggregateArgs
Browse files Browse the repository at this point in the history
fix typo in aggregate arg definition
  • Loading branch information
DanCech committed Dec 28, 2017
2 parents d2f7fd5 + b98e54c commit 60cc9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/graphite/render/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def aggregate(requestContext, seriesList, func, xFilesFactor=None):

aggregate.group = 'Combine'
aggregate.params = [
Param('seriesList', ParamTypes.seriesList, required=True, multiple=True),
Param('seriesList', ParamTypes.seriesList, required=True),
Param('func', ParamTypes.aggFunc, required=True, options=aggFuncNames),
Param('xFilesFactor', ParamTypes.float),
]
Expand Down

0 comments on commit 60cc9d6

Please sign in to comment.