flyingcircusio / appenv

Self-contained bootstrapping/updating of Python applications deployed through shared repositories
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Correctly handle cwd #53

Closed elikoga closed 1 month ago

elikoga commented 1 month ago

https://github.com/flyingcircusio/appenv/commit/c40fb52f076a529f49304dd67219a7fa721d67bf changed appenv's behaviour by chaning directory before saving cwd. This PR changes this back, so that cwd is handled correctly in bootstrap and normal operation Closes #47