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 SuhEugene committed Oct 26, 2023
1 parent d45dbf9 commit 908e3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/changelog/generate_cl.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

write_cl['delete-after'] = True

yaml = yaml.YAML(type='safe',pure=True)
yaml = yaml.YAML(typ='safe',pure=True)
with open(Path.cwd().joinpath("tools/changelog/tags.yml")) as file:
tags = yaml.load(file)

Expand Down
2 changes: 1 addition & 1 deletion tools/changelog/sierra_check_changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
if not write_cl['author']:
print("There are spaces or tabs instead of author username")

yaml = yaml.YAML(type='safe',pure=True)
yaml = yaml.YAML(typ='safe',pure=True)
with open(Path.cwd().joinpath("tags.yml")) as file:
tags = yaml.load(file)

Expand Down

0 comments on commit 908e3b3

Please sign in to comment.