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
When attempting to scan for authorizations that aren't granted to my user, I get an AccumuloSecurityException, which is expected. However, it appears that pyaccumulo is having trouble handling this exception. I receive the following when attempting to get the message property from the Exception object:
Thrift.py:82: AttributeError: 'AccumuloSecurityException' object has no attribute '_message'
I'm running python 2.7.4 on Linux.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
When attempting to scan for authorizations that aren't granted to my user, I get an AccumuloSecurityException, which is expected. However, it appears that pyaccumulo is having trouble handling this exception. I receive the following when attempting to get the message property from the Exception object:
Thrift.py:82: AttributeError: 'AccumuloSecurityException' object has no attribute '_message'
I'm running python 2.7.4 on Linux.
Thanks!
The text was updated successfully, but these errors were encountered: