Skip to content

v0.1.6

Choose a tag to compare

@davidbarnhart davidbarnhart released this 24 Jun 17:23
ca692a6

Fix ModuleNotFoundError: No module named 'flashpod' when flashpod ls (and other disk-reading subcommands) re-exec under sudo from a pip install --user install.

sudo re-runs the console script as root and resets HOME to /root, dropping the invoking user's ~/.local/.../site-packages from sys.path. The elevated child now receives the package directory via PYTHONPATH, so the import survives elevation. (#29)

What's Changed

Full Changelog: v0.1.5...v0.1.6