envdir icon indicating copy to clipboard operation
envdir copied to clipboard

Directory does not exist issue

Open scalp42 opened this issue 5 years ago • 0 comments

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'

scalp42 avatar Jun 25 '19 03:06 scalp42