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

runfiles,python: add a method to discover runfiles #5233

Closed
wants to merge 1 commit into from

Conversation

laszlocsomor
Copy link
Contributor

The new method discovers the runfiles manifest and
runfiles directory using the values of the
RUNFILES_MANIFEST_FILE and RUNFILES_DIR envvars
(if specified), and if needed, also looks for them
next to sys.argv[0].

This commit is a copy of 9f2b052
ported from C++ to Python.

See #4460

Change-Id: I6916366ca73575703fe39ce69020eec3b54457bf

The new method discovers the runfiles manifest and
runfiles directory using the values of the
RUNFILES_MANIFEST_FILE and RUNFILES_DIR envvars
(if specified), and if needed, also looks for them
next to sys.argv[0].

This commit is a copy of bazelbuild@9f2b052
ported from C++ to Python.

See bazelbuild#4460

Change-Id: I6916366ca73575703fe39ce69020eec3b54457bf
@bazel-io bazel-io closed this in c29f34f May 22, 2018
@laszlocsomor laszlocsomor deleted the py-runfiles2 branch May 22, 2018 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants