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

Schema could include pre/post processors #18

Open
jobevers opened this issue Nov 16, 2016 · 0 comments
Open

Schema could include pre/post processors #18

jobevers opened this issue Nov 16, 2016 · 0 comments

Comments

@jobevers
Copy link

I'm curious if there is a reason to not include pre/post processors in the schema?

Could add a few more lines after https://github.com/rconradharris/envparse/blob/master/envparse.py#L85:

if preprocessor is None:
    preprocessor = params.get('preprocessor', None)
if postprocessor is None:
    postprocessor = params.get('postprocessor', None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant