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

Small tweak to incorrect readme instructions #14

Merged
merged 1 commit into from Mar 1, 2018
Merged

Conversation

justin-richert
Copy link
Collaborator

The README says that you can pass a statsd client in the following manner:
exceptions = AddExceptions(app, statsd).
However, the second positional argument to __init__ for the AddExceptions class is a config object to use (the third is the statsd counter). For obvious reasons, it fails to instantiate the object when a statsd client is passed in as a config object :)
This change merely updates the README to correctly reflect how to initialize the AddExceptions object.

Also, I added .envrc to the .gitignore to correctly ignore both so it can be up to the contributor whether to use autoenv or direnv.

@coveralls
Copy link

coveralls commented Mar 1, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling 65c333c on jr/readme-fix into 02c4802 on master.

Copy link
Owner

@bbelyeu bbelyeu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks!

@bbelyeu bbelyeu merged commit 84fbe70 into master Mar 1, 2018
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

Successfully merging this pull request may close these issues.

None yet

3 participants