diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2019-04-08 22:47:10 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2019-04-08 22:47:10 +0200 |
| commit | f53913389fa435d26307075bf5dab3675b1f17c4 (patch) | |
| tree | f70d5fd95070b6f1f5f427d2d43da7f77d000efa /playground | |
| parent | 07dae145e814856c8f38f407d91a033b233c081d (diff) | |
dependencies update & minor fixes
Diffstat (limited to 'playground')
| -rwxr-xr-x | playground/calculate/run.sh | 7 | ||||
| -rwxr-xr-x | playground/server/run.sh | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/playground/calculate/run.sh b/playground/calculate/run.sh index 008fa43..8daac94 100755 --- a/playground/calculate/run.sh +++ b/playground/calculate/run.sh @@ -1,4 +1,7 @@ #!/bin/bash -export PYTHONPATH=../../src_py -python -m opcut.main calculate --params params.yaml --result result.yaml --output output.pdf $* +PYTHONPATH=../../src_py python -m opcut calculate \ + --params params.yaml \ + --result result.yaml \ + --output output.pdf \ + $* diff --git a/playground/server/run.sh b/playground/server/run.sh index f4635b2..3db7a13 100755 --- a/playground/server/run.sh +++ b/playground/server/run.sh @@ -1,4 +1,5 @@ #!/bin/bash -export PYTHONPATH=../../src_py -python -m opcut.main server --ui-path ../../build/jsopcut +PYTHONPATH=../../src_py python -m opcut server \ + --ui-path ../../build/jsopcut \ + $* |
