Skip to content

Commit

Permalink
Remove session.set_status calls, which are automatic now
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJKoopman committed Jan 6, 2025
1 parent 6c4c73e commit ab5c7ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions socs/agents/ld_monitor/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@ def init_ld_monitor(self, session, params=None):
"{} is already running".format(self.lock.job))
return False, "Could not acquire lock."

session.set_status('starting')

self._connect()
if not self.initialized:
return False, 'Could not connect to LD'
Expand Down Expand Up @@ -315,8 +313,6 @@ def acq(self, session, params=None):
.format(self.lock.job))
return False, "Could not acquire lock."

session.set_status('running')

self.take_data = True

session.data = {"fields": {}}
Expand Down

0 comments on commit ab5c7ef

Please sign in to comment.