Skip to content

Commit

Permalink
rebase docs suiterunserv
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Mar 15, 2019
1 parent a8e7521 commit 5b6c938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cylc/network/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ def get_task_requisites(self, task_globs=None, list_prereqs=False):
"""
return self.schd.info_get_task_requisites(
items, list_prereqs=list_prereqs)
task_globs, list_prereqs=list_prereqs)

@authorise(Priv.CONTROL)
@ZMQServer.expose
Expand Down Expand Up @@ -822,7 +822,7 @@ def poll_tasks(self, task_globs=None, poll_succ=False):
"""
self.schd.command_queue.put(
("poll_tasks", (items,), {"poll_succ": poll_succ}))
("poll_tasks", (task_globs,), {"poll_succ": poll_succ}))
return (True, 'Command queued')

@authorise(Priv.CONTROL)
Expand Down

0 comments on commit 5b6c938

Please sign in to comment.