Commit 50a2ee92 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c9046fad
......@@ -55,7 +55,7 @@ func StartTreeGen(zurl string) (_ *TreeGen, err error) {
// spawn `treegen trees`
tg := &TreeGen{zurl: zurl}
tg.pysrv = exec.Command("./testprog/treegen.py", "trees")
tg.pysrv = exec.Command("./testprog/treegen.py", "trees", zurl)
tg.pyin, err = tg.pysrv.StdinPipe()
if err != nil {
return nil, err
......
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