Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sending "self" as an argument is causing some errors #1

Closed
EyePulp opened this issue Feb 16, 2011 · 2 comments
Closed

sending "self" as an argument is causing some errors #1

EyePulp opened this issue Feb 16, 2011 · 2 comments

Comments

@EyePulp
Copy link

EyePulp commented Feb 16, 2011

Every place you're calling self.update_stats(...) you seem to be explicitly passing self, which causes an error in arg counts:
self.update_stats(self, stats, time, sample_rate)

should be:
self.update_stats(stats, time, sample_rate)

@sivy
Copy link
Owner

sivy commented Feb 17, 2011

Thanks, fixed. Sorry, stupid copy-paste error

@EyePulp
Copy link
Author

EyePulp commented Feb 17, 2011

no worries - thanks for the quick fix =)

sivy pushed a commit that referenced this issue Sep 13, 2011
Adjust to allow command line setting of spoof host for ganglia.
jburnham referenced this issue in jburnham/py-statsd Mar 23, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants