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

OmegaConf.pretty() #263

Closed
omry opened this issue Jun 11, 2020 · 0 comments · Fixed by #313
Closed

OmegaConf.pretty() #263

omry opened this issue Jun 11, 2020 · 0 comments · Fixed by #313
Labels

Comments

@omry
Copy link
Owner

omry commented Jun 11, 2020

Provide an alternative OmegaConf.pretty() to cfg.pretty() to enable pretty printing of duck-typed configs.

We can deprecate it in favor of:

OmegaConf.to_yaml(cfg, resolve: bool = False, sort_keys: bool = False)
@omry omry added this to the OmegaConf 2.0 milestone Jun 11, 2020
@omry omry modified the milestones: OmegaConf 2.0.0, OmegaConf 2.0.1 Jun 28, 2020
@omry omry added the easy label Jul 11, 2020
@pereman2 pereman2 mentioned this issue Jul 20, 2020
2 tasks
@omry omry closed this as completed in #313 Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant