asdf-format/asdf

Raise a warning type specific to software version mismatches when wrong version of packages is installed

Cadair opened this issue · 0 comments

I would like to be able to convert the "you have a too old version of this converter package" warnings to errors in some situations, but the warning raised here:

warnings.warn(msg, AsdfWarning)
is a generic AsdfWarning which would make it harder to filter.