small typo
This commit is contained in:
parent
bb23e4f021
commit
db67483a4a
@ -41,7 +41,7 @@ def handle_service_1_fsfw_packet(wrapper: VerificationWrapper, raw_tm: bytes):
|
|||||||
)
|
)
|
||||||
error_param_1_str = (
|
error_param_1_str = (
|
||||||
f"Error Parameter 1: hex {fsfw_wrapper.error_param_1:#010x} "
|
f"Error Parameter 1: hex {fsfw_wrapper.error_param_1:#010x} "
|
||||||
f"dec{fsfw_wrapper.error_param_1} "
|
f"dec {fsfw_wrapper.error_param_1} "
|
||||||
)
|
)
|
||||||
error_param_2_str = (
|
error_param_2_str = (
|
||||||
f"Error Parameter 2: hex {fsfw_wrapper.error_param_2:#010x} "
|
f"Error Parameter 2: hex {fsfw_wrapper.error_param_2:#010x} "
|
||||||
|
Loading…
Reference in New Issue
Block a user