Skip to content
Snippets Groups Projects
Commit 57353045 authored by Bruce Flynn's avatar Bruce Flynn
Browse files

Pull over changes made on master.

parents 6d7b007e e26c4304
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ def build_cr(pds_file, prev_pds_file=None):
def file_info(pds_id, apid_info):
cr_entry = {'file_name': pds_id + '.PDS', 'apid_count': 0, 'apid_info': []}
data_entry = {'file_name': pds_file,
data_entry = {'file_name': os.path.basename(pds_file),
'apid_count': len(apid_info),
'apid_info': [{'scid': npp_scid, 'apid': entry['apid'],
'first_packet_time': entry['first_packet_time'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment