Skip to content

Commit

Permalink
Set acq session status to running appropriately (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman authored Sep 21, 2023
1 parent 385d340 commit 139c455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions socs/agents/meinberg_m1000/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ def acq(self, session, params=None):
reactor.callFromThread(reactor.stop)
return False, 'acq process failed - No connection to M1000'

session.set_status('running')
self.is_streaming = True

while self.is_streaming:
Expand Down

0 comments on commit 139c455

Please sign in to comment.