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

Updating yaml.safe_load() as indicated by CL fail. #3485

Merged
merged 1 commit into from
Nov 5, 2023

Conversation

MistakeNot4892
Copy link
Contributor

Description of changes

Changes a call in accordance with a warning seen during a failed changelog run.

"safe_load()" has been removed, use
  yaml = YAML(typ='safe', pure=True)
  yaml.load(...)

Why and what will this PR improve

busted

Authorship

Changelog

🆑
tweak: This is a test to make sure the changelog generator works now.
/:cl:

@MistakeNot4892 MistakeNot4892 added the ready for review This PR is ready for review and merge. label Nov 2, 2023
out-of-phaze
out-of-phaze previously approved these changes Nov 3, 2023
@out-of-phaze out-of-phaze merged commit 2adf37e into NebulaSS13:stable Nov 5, 2023
11 checks passed
@MistakeNot4892 MistakeNot4892 deleted the yaml branch February 11, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review This PR is ready for review and merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants