Traceback (most recent call last):
File "/home/batrick/scm/ceph/./src/script/ceph-release-notes", line 400, in <module>
gh = github.GitHub(
access_token=args.token)
TypeError: GitHub.__init__() got an unexpected keyword argument 'access_token'
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
help="Include full PR message in addition to PR title, if available")
args = parser.parse_args()
- gh = github.GitHub(
- access_token=args.token)
+ gh = github.GitHub(args.token)
make_release_notes(
gh,