You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original comment bymgunther (Bitbucket: mgunther, GitHub: mgunther):
Sorry to comment to such an old bug, but my issue is completely related. I would like to have a (boolean) option for find_packages, whether to follow symbolic links, or not.
I can understand that people want to create links and include them in their packages. However, usually -- in order to make my life easier -- I create soft links to my data and output directories inside the package directory. Now, when the linked directories are large (and usually mounted from other machines), buildout seems to "freeze" while using the find_packages function.
So, do you think that there is a possibility to have a boolean parameter for find_packages which allows to disable searching in these linked directories, possibly with a default value that replicated current behavior?
Originally reported by: jaraco (Bitbucket: jaraco, GitHub: jaraco)
In #184, it was reported that find_packages no longer follows symlinks, though it did in earlier versions. This should be corrected promptly.
The text was updated successfully, but these errors were encountered: