Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change override mechanism #10

Open
egabancho opened this issue Feb 29, 2016 · 0 comments
Open

Change override mechanism #10

egabancho opened this issue Feb 29, 2016 · 0 comments

Comments

@egabancho
Copy link
Member

Perhaps we should change the way override works. Right now it will override a rule if the regexp or the name of the field are the same, but probably it is better to be a bit more explicit, i.e.:

@marc21.over('image_url', '^8564_', override='electronic_location_and_access')
@utils.for_each_value
@utils.filter_values
def image_url(self, key, value):
    ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant