Skip to content
Snippets Groups Projects
Commit 93e5eb62 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

inspiral.py: fix some ilwdchar cruft

- when writing triggers directly to sqlite databases, at one step in the process the process ID is potentially remapped and so must be re-retrieved from the output document.  this step includes a typecast to an ilwdchar object, which is now incorrect since all IDs are plain integers.  this patch removes the typecast and the import of the module it required (which no longer exists in the current production release of python-ligo-lw, which is how this was discovered)
parent cc255ba5
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
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