revelc / pyaccumulo

Python Client Library for Apache Accumulo
Apache License 2.0
26 stars 23 forks source link

Issue with TException #11

Open arusahni opened 10 years ago

arusahni commented 10 years ago

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!