astropy/asdf-astropy

Add support for multiple tags in a single FrameConverter

Cadair opened this issue · 1 comments

Don't assume that tag is always a string.

To add some detail, what I am suggesting is making it so:

@property
def tags(self):
return [self._tag]

this becomes return self._tags so you can specify more than one tag per converter.