jezdez / envdir

A Python port of daemontools' envdir.
https://envdir.readthedocs.io/
MIT License
229 stars 28 forks source link

Directory does not exist issue #75

Open scalp42 opened 5 years ago

scalp42 commented 5 years ago

Trying to run envdir:

'/root/envs' does not exist

But the directory exists:

root@heroku-i-0b5b786a2e16326d2 [prod-usw2-prod1] ~/envs # pwd
/root/envs

Issue appears to be here: https://github.com/jezdez/envdir/blob/master/envdir/runner.py#L29

I tried to output the value of real_path but it looks good:

envdir '/root/envs' does not exist real path = '/root/envs'