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

Accept keyword arguments for Configuration.from_yaml #567

Merged
merged 2 commits into from
May 20, 2016

Conversation

yeganer
Copy link
Contributor

@yeganer yeganer commented May 20, 2016

This is a small change which allows all kwargs passed to Configuration.from_yaml() to be redirected to Configuration.from_dict().

yeganer added 2 commits May 20, 2016 14:31
This small change allows to pass AtomDate to Configuration.from_yaml().
All arguments passed to from_yaml will be redirected to from_dict.
@unoebauer
Copy link
Contributor

Without having checked the PR in detail: given @ftsamis work on the config system, do we really need this one?

@yeganer
Copy link
Contributor Author

yeganer commented May 20, 2016

@unoebauer Have a look, it's only 4 lines with 'logic'. I think of this more as a bugfix.

@ftsamis
Copy link
Member

ftsamis commented May 20, 2016

This is indeed a small bugfix, and it will probably stay even after my work with the config system is done.

@wkerzendorf wkerzendorf merged commit ab03076 into tardis-sn:master May 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants