irods / python-irodsclient

A Python API for iRODS
Other
62 stars 73 forks source link

Exception class Bad_AVU_Value should inherit ValueError directly #565

Closed d-w-moore closed 4 months ago

d-w-moore commented 5 months ago

Originally posted by @d-w-moore in https://github.com/irods/python-irodsclient/issues/531#issuecomment-2162318604

alanking commented 5 months ago

Is this effort to fix a failing test, or a refactor / enhancement?

d-w-moore commented 4 months ago

Yes. Pretty much that, a fix of a failing test. But it does fit : Bad_AVU_Value should or at least can be considered a type of ValueError..

d-w-moore commented 4 months ago

588 will include the fix for this.

alanking commented 4 months ago

Addressed by changes in https://github.com/irods/python-irodsclient/pull/588.