small fix
This commit is contained in:
parent
25c7decb1e
commit
c0bd5f572c
2
tmtcc.py
2
tmtcc.py
@ -270,7 +270,7 @@ def main(): # noqa C901: Complexity okay here.
|
||||
try:
|
||||
while True:
|
||||
state = tmtc_backend.periodic_op(None)
|
||||
tc_handler.cfdp_in_ccsds_handler.handler.fsm()
|
||||
tc_handler.cfdp_in_ccsds_handler.fsm()
|
||||
if state.request == BackendRequest.TERMINATION_NO_ERROR:
|
||||
sys.exit(0)
|
||||
elif state.request == BackendRequest.DELAY_IDLE:
|
||||
|
Loading…
Reference in New Issue
Block a user