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

Avoid accessing protected class members from outside #1

Open
textbook opened this issue Dec 30, 2015 · 1 comment
Open

Avoid accessing protected class members from outside #1

textbook opened this issue Dec 30, 2015 · 1 comment
Assignees

Comments

@textbook
Copy link
Owner

Per the QuantifiedCode report, there is currently one issue, in the implementation of aslack.utils.raise_for_status. This is potentially upstream in aiohttp, as it seems useful to check whether it's a move-based exception before adding the location header to it, but consider other, public ways of approaching it first.

@textbook textbook self-assigned this Dec 30, 2015
@textbook
Copy link
Owner Author

This required a pylint disable flag (see 693db6d) which isn't ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant