mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2025-08-14 06:51:12 +00:00
Fix typo
This commit is contained in:
parent
3c84aa868c
commit
23f694e547
|
@ -23,7 +23,7 @@ def update_reviewers(config, repo: Repository, pr_id: int) -> int:
|
|||
pull_request = repo.get_pull(pr_id)
|
||||
|
||||
if not pull_request:
|
||||
sys.stderr.writable(f"Unknown PR #{pr_id}\n")
|
||||
sys.stderr.write(f"Unknown PR #{pr_id}\n")
|
||||
return 1
|
||||
|
||||
if pull_request.draft:
|
||||
|
|
Loading…
Reference in a new issue