Skip to content

StandaloneJailStorage has no attribute logger #155

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

Closed
igalic opened this issue Oct 1, 2017 · 0 comments
Closed

StandaloneJailStorage has no attribute logger #155

igalic opened this issue Oct 1, 2017 · 0 comments

Comments

@igalic
Copy link
Collaborator

igalic commented Oct 1, 2017

while cleaning up #131, we noticed that the class StandaloneJailStorage uses logger without having it declared anywhere, or inherited from anything.


Full set of errors:

iocage/lib/StandaloneJailStorage.py:27:4: error: Function is missing a type annotation for one or more arguments
iocage/lib/StandaloneJailStorage.py:28:8: error: "StandaloneJailStorage" has no attribute "logger"
iocage/lib/StandaloneJailStorage.py:30:17: error: "StandaloneJailStorage" has no attribute "jail"
iocage/lib/StandaloneJailStorage.py:33:4: error: Function is missing a type annotation for one or more arguments
iocage/lib/StandaloneJailStorage.py:35:8: error: "StandaloneJailStorage" has no attribute "logger"
iocage/lib/StandaloneJailStorage.py:36:8: error: "StandaloneJailStorage" has no attribute "clone_release"

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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

2 participants