Commit 0526faca authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6cd5071e
......@@ -802,7 +802,7 @@ def _start(zurl, *optv): # -> WCFS
# spawn wcfs and wait till filesystem-level access to it is ready
wc = WCFS(mntpt, None, None)
wg = sync.WorkGroup(context.background())
fsready = chan()
fsready = chan(dtype='C.structZ')
def _(ctx):
# XXX errctx "spawn"
argv = [_wcfs_exe()] + list(optv) + [zurl, mntpt]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment