Skip to content

Commit

Permalink
[MIRROR] correct spelling of incorrectly spelled gencl param
Browse files Browse the repository at this point in the history
  • Loading branch information
Spookerton authored and SierraHelper committed Oct 26, 2023
1 parent 4400f33 commit bb4d7d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/changelog/generate_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@

write_cl['delete-after'] = True

<<<<<<< ours
=======
yaml = yaml.YAML(typ='safe',pure=True)
>>>>>>> theirs
with open(Path.cwd().joinpath("tools/changelog/tags.yml")) as file:
tags = yaml.safe_load(file)

Expand Down

0 comments on commit bb4d7d6

Please sign in to comment.