seq count filename correction
This commit is contained in:
parent
486b203534
commit
383b32141c
2
tmtcc.py
2
tmtcc.py
@ -373,7 +373,7 @@ def setup_cfdp_handler() -> CfdpInCcsdsWrapper:
|
|||||||
max_bit_width=16, file_name=Path("seqcnt_cfdp_transaction.txt")
|
max_bit_width=16, file_name=Path("seqcnt_cfdp_transaction.txt")
|
||||||
)
|
)
|
||||||
cfdp_ccsds_seq_count_provider = PusFileSeqCountProvider(
|
cfdp_ccsds_seq_count_provider = PusFileSeqCountProvider(
|
||||||
file_name=Path("seqcnt_cfdp_ccsds_.txt")
|
file_name=Path("seqcnt_cfdp_in_ccsds.txt")
|
||||||
)
|
)
|
||||||
cfdp_user = EiveCfdpUser()
|
cfdp_user = EiveCfdpUser()
|
||||||
cfdp_in_ccsds_handler = CfdpInCcsdsHandler(
|
cfdp_in_ccsds_handler = CfdpInCcsdsHandler(
|
||||||
|
Loading…
Reference in New Issue
Block a user