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

Stop suppressing gandlf config errors #963

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

VukW
Copy link
Contributor

@VukW VukW commented Apr 26, 2024

If gandlf config cannot be parsed properly (typos, wrong values, etc), now the error is just suppressed without any meaningful error and gandlf_config variable is just broken.

Fix ensures

  1. runner fails if gandlf config cannot be parsed,
  2. if any errors, they are printed to logs with their stack trace

If gandlf config cannot be parsed properly (typos, wrong values, etc), now the error is just suppressed without any meaningful error and `gandlf_config` variable is just broken.

Fix ensures
1. runner fails if gandlf config cannot be parsed,
2. if any errors, they are printed to logs with their stacktrace

Signed-off-by: Viacheslav Kukushkin <[email protected]>
@psfoley psfoley self-requested a review April 29, 2024 23:09
@psfoley
Copy link
Contributor

psfoley commented Apr 29, 2024

Thanks for the contribution @VukW! Approved and merged.

@psfoley psfoley merged commit daaa8f6 into securefederatedai:develop Apr 29, 2024
25 of 26 checks passed
manuelhsantana pushed a commit that referenced this pull request Jul 10, 2024
If gandlf config cannot be parsed properly (typos, wrong values, etc), now the error is just suppressed without any meaningful error and `gandlf_config` variable is just broken.

Fix ensures
1. runner fails if gandlf config cannot be parsed,
2. if any errors, they are printed to logs with their stacktrace

Signed-off-by: Viacheslav Kukushkin <[email protected]>
Signed-off-by: manuelhsantana <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants