Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch_url breaks symlink #258

Open
jencce opened this issue Mar 25, 2022 · 0 comments
Open

fetch_url breaks symlink #258

jencce opened this issue Mar 25, 2022 · 0 comments

Comments

@jencce
Copy link

jencce commented Mar 25, 2022

If using fetch_url to fetch code, the symlink turns to a regular file containing the filename it "was" pointing to.

For example, symlink aconfig points to regular file bsetup in git repo, after fetching and saving, at the time testcase is running:

cat aconfig

bsetup#

we need the file content of bsetup, not only the filename.

Looks like it's not following the symlink which is fair enough, but can we add this feature? Or is it available via some options ?

Thanks.

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

No branches or pull requests

1 participant