mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
fix stacktrace
This commit is contained in:
@@ -29,7 +29,7 @@ def ping_maintainers(cli):
|
||||
from ghapi.all import GhApi
|
||||
|
||||
ghapi = GhApi(owner=cli.args.owner, repo=cli.args.repo)
|
||||
pr = ghapi.pulls(cli.args.pr)
|
||||
pr = ghapi.pulls.get(cli.args.pr)
|
||||
|
||||
if not pr.draft:
|
||||
for team in pr.requested_teams:
|
||||
|
||||
Reference in New Issue
Block a user