Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed May 26, 2014
1 parent 2ee8b0b commit 5e90dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/process/buildstep.py
Expand Up @@ -570,7 +570,7 @@ def getStatistics(self):
return self._step_status.getStatistics()

def setStatistic(self, name, value):
return self._step_status.setStatistics(name, value)
return self._step_status.setStatistic(name, value)


components.registerAdapter(
Expand Down

0 comments on commit 5e90dd2

Please sign in to comment.