Moved paradoc path to executor
This commit is contained in:
parent
6c1e4082e0
commit
3fc860788b
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /tmp/$2
|
cd /tmp/$2
|
||||||
|
export PYTHONPATH=$PYTHONPATH:/opt/paradoc
|
||||||
timeout -s KILL 3 python3.8 -m paradoc code.code < args.args
|
timeout -s KILL 3 python3.8 -m paradoc code.code < args.args
|
||||||
|
|
Loading…
Reference in New Issue