Skip to content
Snippets Groups Projects
Commit 9e2bd976 authored by Chris Pankow's avatar Chris Pankow
Browse files

fix trigger dropping bug

- The trigger processing/writing function has an option to flush the
  trigger buffer after writing -- it is on by default
- Since triggers which occur after the file span still remained in the
  buffer, they were dropped mistakenly
    - This would only happen at file boundaries. It was noticed because
      the triggergen had been rewritten to output much larger buffers of
      triggers.
- The fix is to make the default flush=False
- Ideally, this should just be removed
parent cde18f38
No related branches found
No related tags found
No related merge requests found
Loading
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