Skip to content

Commit

Permalink
PyYAML prints curly braces on Github Actions - disable that
Browse files Browse the repository at this point in the history
  • Loading branch information
ballaneypranav committed Aug 19, 2020
1 parent 64b22ee commit 60872d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.github_repository}}/utils/citations.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():

# write cache
with open('src/citations/cache.yml', 'w') as file:
yaml.safe_dump(cache, file)
yaml.safe_dump(cache, file, default_flow_style=False)


def etiquette():
Expand Down

0 comments on commit 60872d1

Please sign in to comment.