aboutsummaryrefslogtreecommitdiff
path: root/playground/generate_output.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2021-12-22 19:35:48 +0100
committerbozo.kopic <bozo@kopic.xyz>2021-12-22 19:35:48 +0100
commit1a19c238e3741931db9e61b6a0b79259b5ed0753 (patch)
tree7e5d705e423583188b346bbb7e7486f808b66bc8 /playground/generate_output.sh
parent923e73a50320792bbedb945b45c54dab12d44708 (diff)
WIP c implementation
Diffstat (limited to 'playground/generate_output.sh')
-rwxr-xr-xplayground/generate_output.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/playground/generate_output.sh b/playground/generate_output.sh
index 1eaae94..0139233 100755
--- a/playground/generate_output.sh
+++ b/playground/generate_output.sh
@@ -4,6 +4,6 @@
exec $PYTHON -m opcut generate_output \
--output-type pdf \
- --result $RUN_PATH/result.yaml \
+ --result $RUN_PATH/result.json \
--output $RUN_PATH/output.pdf \
"$@"