small tweak
This commit is contained in:
parent
6e8ef41d7c
commit
4b0e2f0b0a
@ -49,8 +49,6 @@ def pack_sa_depl_cmds(defs: TmtcDefinitionWrapper):
|
|||||||
def pack_solar_array_deployment_test_into(p: ServiceProviderParams):
|
def pack_solar_array_deployment_test_into(p: ServiceProviderParams):
|
||||||
q = p.queue_helper
|
q = p.queue_helper
|
||||||
user_data = bytearray()
|
user_data = bytearray()
|
||||||
burn_time = 0
|
|
||||||
dry_run = 0
|
|
||||||
while True:
|
while True:
|
||||||
burn_time = int(input("Please specify burn time in seconds [0-120 secs]: "))
|
burn_time = int(input("Please specify burn time in seconds [0-120 secs]: "))
|
||||||
if burn_time < 0 or burn_time > 120:
|
if burn_time < 0 or burn_time > 120:
|
||||||
|
Loading…
Reference in New Issue
Block a user