Skip to content

Commit f30d671

Browse files
committedMay 24, 2015
test/worker: adapt to priority API
1 parent 5fb86af commit f30d671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/test/worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run(self):
3131

3232
@asyncio.coroutine
3333
def _call_worker(worker, expid):
34-
yield from worker.prepare(0, "main", expid)
34+
yield from worker.prepare(0, "main", expid, 0)
3535
try:
3636
yield from worker.run()
3737
yield from worker.analyze()

0 commit comments

Comments
 (0)
Please sign in to comment.