and now it works
EIVE/-/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robin Müller 2023-07-10 16:04:36 +02:00
parent 37a35c4446
commit 0cef3fa924
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ def setup_params() -> (SetupWrapper, int):
post_arg_parsing_wrapper.set_params_with_prompts(proc_param_wrapper)
else:
post_arg_parsing_wrapper.set_params_without_prompts(proc_param_wrapper)
hk_level = post_arg_parsing_wrapper.args_raw.hk
hk_level = int(post_arg_parsing_wrapper.args_raw.hk)
params.apid = PUS_APID
if params.com_if is None:
raise ValueError("could not determine a COM interface.")