correct wording of what get_config_pb2 is doing
This commit is contained in:
parent
d201855841
commit
1302cb914c
@ -26,8 +26,7 @@ def get_config_pb2():
|
|||||||
except ModuleNotFoundError:
|
except ModuleNotFoundError:
|
||||||
if args.proto_files_path:
|
if args.proto_files_path:
|
||||||
# compile the proto files in realtime, leave them in this package
|
# compile the proto files in realtime, leave them in this package
|
||||||
package_path = pathlib.Path(__file__).parent
|
logger.info("Invoking gRPC tool to compile config.proto...")
|
||||||
logger.info("Generating Protobuf Python files into %s...", package_path)
|
|
||||||
return grpc.protos('config.proto')
|
return grpc.protos('config.proto')
|
||||||
|
|
||||||
raise
|
raise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user