From f366b1c3f61f9d19bc0a5829caecdd2ae4285601 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 1 Sep 2022 17:40:03 +0200 Subject: [PATCH] prompt fix --- tmtc/power/common_power.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtc/power/common_power.py b/tmtc/power/common_power.py index bfca314..20d8d06 100644 --- a/tmtc/power/common_power.py +++ b/tmtc/power/common_power.py @@ -146,7 +146,7 @@ def pack_gomspace_cmds( target_table = int( input( "Target table ID [0: Board Config, 1: Module Config, 2: Calibration Parameter, " - "value + 4 for default table]: " + "4: HK TM]: " ) ) if target_table not in [0, 1, 2, 4]: