We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. When certain configs have a duplicate key in the config, then flambe fails with:
flambe
ruamel.yaml.constructor.ConstructorError: could not determine a constructor for the tag xxxx
I expect this happens with the ones that have a Runnable from an extension as top level object in the config
Describe the solution you'd like The error message should be clear on what's happening:
The provided configuration file contains duplicated keys 'xxxx'
The text was updated successfully, but these errors were encountered:
@jeremyasapp we validated this is not the case with our current ruamel.yaml usage in v0.5, yes?
Sorry, something went wrong.
Provided we use version > 0.16.0
nmatthews-asapp
iitzco-asapp
No branches or pull requests
Is your feature request related to a problem? Please describe.
When certain configs have a duplicate key in the config, then
flambe
fails with:I expect this happens with the ones that have a Runnable from an extension as top level object in the config
Describe the solution you'd like
The error message should be clear on what's happening:
The text was updated successfully, but these errors were encountered: