Skip to content

Commit

Permalink
Merge pull request #209 from W-L/port_changes
Browse files Browse the repository at this point in the history
update address specification and port for RUClient
  • Loading branch information
Adoni5 committed Aug 19, 2022
2 parents 2aee985 + 4b32bcb commit 6efc21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ru/ru_gen_boss_runs.py
Expand Up @@ -166,7 +166,7 @@ def decision_boss_runs(
write_out_channels_toml(conditions, run_info, client)

caller = Caller(
address="{}:{}".format(caller_kwargs["host"], caller_kwargs["port"]),
address="{}/{}".format(caller_kwargs["host"], caller_kwargs["port"]),
config=caller_kwargs["config_name"],
)
# What if there is no reference or an empty MMI
Expand Down Expand Up @@ -510,7 +510,7 @@ def run(parser, args):

read_until_client = RUClient(
mk_host=position.host,
mk_port=position.description.rpc_ports.insecure,
mk_port=position.description.rpc_ports.secure,
filter_strands=True,
cache_type=AccumulatingCache,
)
Expand Down

0 comments on commit 6efc21f

Please sign in to comment.