Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/python/grpcio/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ def build_extensions(self):

grpc_temp_dir = os.getenv("GRPC_BUILD_EXT_TEMP", None)
if grpc_temp_dir is not None:
print(f"Overriding build_temp with environment variable: {grpc_temp_dir}")
print(
f"Overriding build_temp with environment variable: {grpc_temp_dir}"
)
self.build_temp = grpc_temp_dir

# This is to let UnixCompiler get either C or C++ compiler options depending on the source.
Expand Down