py-ns-dir.mk: Fix PY_UPDATE_INIT_PY ?= false #116
Loading…
Reference in a new issue
No description provided.
Delete branch "jan/feature/20260920-py-ns-dir-mk-fix-py-update-init-py-false"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
py-ns-dir.mk: Fix PY_UPDATE_INIT_PY ?= false
The commit message of
29abf14a6clearly statesAs of this commit, this is the case by default, i.e. PY_UPDATE_INIT_PY is set to false in py-ns-dir.mk, maintaining the current behaviour.
The commit's diff then proceeds to set PY_UPDATE_INIT_PY to true. Which is a clear-cut case of my brain doing something different from what my fingers do.
Correcting the commit. Some downstream projects have already consumed this blunder. Not quite sure where that leaves us, but we need to start somewhere with fixing, so I decide to make the code match the documented behaviour, and wait for the fallout to fix.