VolodiaKhl
Results
1
issues of
VolodiaKhl
In class RoleAuthentication there is a method called `check_permission`. In case the role of user is not defined in roles.py, it raises `KeyError`. I'd suggest to change method to: ```...
bug