Skip to content

cleanly call Stream.set_state during shutdown

Ron Tapia requested to merge get_state_fix into master

Fix a bug introduced in !230 (merged). Code introduced in !230 (merged) in gstlal_inspiral refers to Stream.get_state but the method doesn't exist. This MR adds the method which is a passes the call to self.pipeline.get_state.

Edited by Ron Tapia

Merge request reports