Skip to content

Commit

Permalink
Fix manager_poll again
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Apr 3, 2020
1 parent 42b6582 commit 532c1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/executors/executor.py
Expand Up @@ -354,7 +354,7 @@ def manager_poll(self, comm):
else:
logger.warning("Received unrecognized manager signal {} - "
"ignoring".format(man_signal))
comm.push_to_buffer(mtag)
comm.push_to_buffer(mtag, man_signal)

def get_task(self, taskid):
""" Returns the task object for the supplied task ID """
Expand Down

0 comments on commit 532c1a0

Please sign in to comment.