Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

FIX: handle unset versionfile_build in build_ext#347

Merged
effigies merged 1 commit intopython-versioneer:masterpython-versioneer/python-versioneer:masterfrom
mgorny:build-extmgorny/python-versioneer:build-extCopy head branch name to clipboard
Oct 21, 2022
Merged

FIX: handle unset versionfile_build in build_ext#347
effigies merged 1 commit intopython-versioneer:masterpython-versioneer/python-versioneer:masterfrom
mgorny:build-extmgorny/python-versioneer:build-extCopy head branch name to clipboard

Conversation

@mgorny
Copy link
Contributor

@mgorny mgorny commented Oct 21, 2022

Fix a crash due to attempting to pass None to os.path.join() when versionfile_build is not set in the config file, and build_ext command is called directly.

Fixes #346

Fix a crash due to attempting to pass `None` to `os.path.join()`
when `versionfile_build` is not set in the config file, and `build_ext`
command is called directly.

Fixes python-versioneer#346
@effigies effigies merged commit 59dceed into python-versioneer:master Oct 21, 2022
@mgorny mgorny deleted the build-ext branch October 21, 2022 13:25
@mgorny
Copy link
Contributor Author

mgorny commented Oct 21, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

setup.py build_ext: TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType'

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.