Skip to content

Commit 0f8e30e

Browse files
committed
update
1 parent b8e579a commit 0f8e30e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

azure_functions_worker/main.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ def parse_args():
2727
parser.add_argument('--grpcMaxMessageLength', type=int,
2828
dest='grpc_max_msg_len')
2929
parser.add_argument('--functions-uri', dest='functions_uri',
30-
help='URI with IP Address and Port used to connect to the Host via gRPC.')
30+
help='URI with IP Address and Port used to'
31+
' connect to the Host via gRPC.')
3132
parser.add_argument('--functions-request-id', dest='functions_request_id',
32-
help='Request ID used for gRPC communication with the Host.')
33+
help='Request ID used for gRPC communication '
34+
'with the Host.')
3335
parser.add_argument('--functions-worker-id', dest='functions_worker_id',
3436
help='Worker ID assigned to this language worker.')
3537
parser.add_argument('--functions-grpc-max-message-length', type=int,

0 commit comments

Comments
 (0)