correct wording of what get_config_pb2 is doing

This commit is contained in:
Brian S. Stephan 2023-06-20 13:30:48 -05:00
parent d201855841
commit 1302cb914c
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ def get_config_pb2():
except ModuleNotFoundError:
if args.proto_files_path:
# compile the proto files in realtime, leave them in this package
package_path = pathlib.Path(__file__).parent
logger.info("Generating Protobuf Python files into %s...", package_path)
logger.info("Invoking gRPC tool to compile config.proto...")
return grpc.protos('config.proto')
raise