Skip to content

Commit

Permalink
Pulrequest check: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 3, 2024
1 parent cf3b27a commit 0ba5d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github_app_geo_project/module/pull_request/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _get_code_spell_command(
content = context.github_project.repo.get_contents(spell_ignore_file)
if isinstance(content, github.ContentFile.ContentFile):
ignore_file.write(content.decoded_content.decode("utf-8"))
ignore_file.cloase()
ignore_file.close()
command.append(f"--ignore-words={ignore_file.name}")
break
except github.GithubException as exc:
Expand Down

0 comments on commit 0ba5d82

Please sign in to comment.