We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd25e6d commit 82e2385Copy full SHA for 82e2385
1 file changed
setup.py
@@ -86,7 +86,7 @@ def run(self):
86
os.path.dirname(os.path.realpath(__file__)), ".bazelversion"
87
)
88
if os.path.exists(bazelversion_path):
89
- with open(bazelversion_path, "r") as f:
+ with open(bazelversion_path) as f:
90
bazel_version = f.read().strip()
91
if "USE_BAZEL_VERSION" not in os.environ:
92
os.environ["USE_BAZEL_VERSION"] = bazel_version
0 commit comments