Skip to content

Commit

Permalink
Merge branch 'devel' into fix/reqs_config
Browse files Browse the repository at this point in the history
  • Loading branch information
mtitov authored Sep 27, 2023
2 parents cd92bbb + 1b081a0 commit ee0a9b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/radical/pilot/task_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ def add_pilots(self, pilots):
pilot_docs.append(pilot_dict)

# publish to the command channel for the scheduler to pick up
pilot_docs = [pilot.as_dict() for pilot in pilots]
self.publish(rpc.CONTROL_PUBSUB, {'cmd' : 'add_pilots',
'arg' : {'pilots': pilot_docs,
'tmgr' : self.uid}})
Expand Down

0 comments on commit ee0a9b5

Please sign in to comment.