fix(docs/comments): rename refs to 'event files' to reflect their timestamp extenion names.
This commit is contained in:
@@ -410,9 +410,9 @@ class AchSession:
|
||||
if skipped:
|
||||
log.info(" (skipped %d already-downloaded event(s))", skipped)
|
||||
|
||||
# ── Persist .G10 / A5 sidecars to the waveform store ──
|
||||
# ── Persist event file + A5 sidecar to the waveform store ──
|
||||
# Saves ride alongside the existing JSON dump so the on-disk
|
||||
# .G10 and the events.json reference the same set of events.
|
||||
# event file and events.json reference the same set of events.
|
||||
waveform_records: dict[str, dict] = {}
|
||||
for ev in new_events:
|
||||
if not ev._a5_frames:
|
||||
|
||||
Reference in New Issue
Block a user