Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jctanner
Copy link
Contributor

@jctanner jctanner commented Jan 25, 2023

This is seen in some situations with dynaconf where the system under test starts from a src code directory that got moved around or deleted during operation.

dynaconf/dynaconf#853

$ cat REPRODUCER_DIRECT.sh
#!/bin/bash

rm -rf /tmp/foobar
mkdir -p /tmp/foobar
cd /tmp/foobar
rm -rf /tmp/foobar


echo "PWD:$(pwd)"

dotenv --help

This is seen in some situations with dynaconf where the system under test starts from a
src code directory that got moved around or deleted during operation.

Signed-off-by: James Tanner <[email protected]>
@theskumar theskumar merged commit fc19a55 into theskumar:main Feb 23, 2023
@theskumar
Copy link
Owner

Thank you so much for the patch @jctanner !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants