Skip to content

Commit

Permalink
test/worker: adapt to priority API
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 24, 2015
1 parent 5fb86af commit f30d671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/test/worker.py
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ def run(self):

@asyncio.coroutine
def _call_worker(worker, expid):
yield from worker.prepare(0, "main", expid)
yield from worker.prepare(0, "main", expid, 0)
try:
yield from worker.run()
yield from worker.analyze()

0 comments on commit f30d671

Please sign in to comment.