This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2021-05-13.17:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620926516.59.0.875459758344.issue44125@roundup.psfhosted.org>
In-reply-to
Content
./python ./Tools/scripts/patchcheck.py
Getting base branch for PR ... Traceback (most recent call last):
  File "/home/antoine/cpython/default/./Tools/scripts/patchcheck.py", line 307, in <module>
    main()
  File "/home/antoine/cpython/default/./Tools/scripts/patchcheck.py", line 267, in main
    base_branch = get_base_branch()
  File "/home/antoine/cpython/default/./Tools/scripts/patchcheck.py", line 35, in call_fxn
    result = fxn(*args, **kwargs)
  File "/home/antoine/cpython/default/./Tools/scripts/patchcheck.py", line 111, in get_base_branch
    return upstream_remote + "/" + base_branch
TypeError: can only concatenate str (not "NoneType") to str
make: *** [Makefile:2006 : patchcheck] Erreur 1
History
Date User Action Args
2021-05-13 17:21:56pitrousetrecipients: + pitrou
2021-05-13 17:21:56pitrousetmessageid: <1620926516.59.0.875459758344.issue44125@roundup.psfhosted.org>
2021-05-13 17:21:56pitroulinkissue44125 messages
2021-05-13 17:21:56pitroucreate