this finally looks correct
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good

This commit is contained in:
2023-08-29 23:28:57 +02:00
parent c0bd5f572c
commit 8d6ca602f2
2 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ class TcHandler(TcHandlerBase):
if put_req_cfg_wrapper.cfg.proxy_op:
put_req = cfdp_req_to_put_req_proxy_get_req(
put_req_cfg_wrapper.cfg,
CFDP_REMOTE_ENTITY_ID,
CFDP_LOCAL_ENTITY_ID,
CFDP_REMOTE_ENTITY_ID,
)
else:
put_req = cfdp_put_req_params_to_procedure(put_req_cfg_wrapper.cfg)