You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Uh oh!
There was an error while loading. Please reload this page.
while cleaning up #131, we noticed that the class
StandaloneJailStorage
useslogger
without having it declared anywhere, or inherited from anything.Full set of errors:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: