We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88298c8 commit 5e12f08Copy full SHA for 5e12f08
entrypoint.sh
@@ -34,7 +34,7 @@ if [ "$1" = 'extractor' ]; then
34
fi
35
36
# launch extractor and see what happens
37
- exec "python ./${MAIN_SCRIPT}"
+ exec python "./${MAIN_SCRIPT}"
38
39
40
exec "$@"
0 commit comments