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

Fix blank external config bug #46

Merged
merged 2 commits into from
Nov 9, 2023
Merged

Conversation

apexatoll
Copy link
Owner

  • This PR fixes a bug where a target application that sets an external config file, but the file is blank, will raise an error when applying application config
  • This is due to YAML.load_file unexpectedly returning nil rather than an empty hash when the file is empty

@apexatoll apexatoll force-pushed the fix-blank-external-config-bug branch from ca6b7ec to 7653422 Compare November 9, 2023 20:33
@apexatoll apexatoll merged commit d11de1a into main Nov 9, 2023
@apexatoll apexatoll deleted the fix-blank-external-config-bug branch November 9, 2023 20:36
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.

1 participant