Skip to content

FIX: handle unset versionfile_build in build_ext#347

Merged
effigies merged 1 commit intopython-versioneer:masterfrom
mgorny:build-ext
Oct 21, 2022
Merged

FIX: handle unset versionfile_build in build_ext#347
effigies merged 1 commit intopython-versioneer:masterfrom
mgorny:build-ext

Conversation

@mgorny
Copy link
Copy Markdown
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
Copy Markdown
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