Skip to content

Commit 86d16df

Browse files
d-w-moorealanking
authored andcommitted
[#565] Descend Bad_AVU_Value from ValueError
... rather than straight from class Exception. This conforms to test_add_obj_meta_empty()'s expectation of catching a ValueError.
1 parent b4ef4f5 commit 86d16df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

irods/message/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
IntegerProperty, LongProperty, ArrayProperty,
2121
SubmessageProperty)
2222

23-
class Bad_AVU_Field(Exception):
23+
class Bad_AVU_Field(ValueError):
2424
pass
2525

2626
_TUPLE_LIKE_TYPES = (tuple, list)

0 commit comments

Comments
 (0)