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 xiang.zhang
Recipients usta, xiang.zhang
Date 2018-06-20.14:57:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529506679.18.0.56676864532.issue33891@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug in ntpath. Raising a TypeError is a normal behavior when passed a wrong argument and I think the error message tells good info. You should figure out why pipenv passes a None to os.path.join.
History
Date User Action Args
2018-06-20 14:57:59xiang.zhangsetrecipients: + xiang.zhang, usta
2018-06-20 14:57:59xiang.zhangsetmessageid: <1529506679.18.0.56676864532.issue33891@psf.upfronthosting.co.za>
2018-06-20 14:57:59xiang.zhanglinkissue33891 messages
2018-06-20 14:57:59xiang.zhangcreate