You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, that's actually sort of by design. Dumbo options always apply to the whole program, and attaching them to individual mappers is basically just a convenient way of specifying that those options should be set for each program that uses the mapper.
It should be straightforward to introduce a dedicated parser decorator that doesn't use the options system and directly applies a given parser to a mapper though. Patches or pull requests are welcome.. :)
(Used to be "parser attribute on a single mapper gets applied to others in same MultiMapper".)
The text was updated successfully, but these errors were encountered: