Skip to content

Commit 5e12f08

Browse files
committed
fix exec python
1 parent 88298c8 commit 5e12f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if [ "$1" = 'extractor' ]; then
3434
fi
3535

3636
# launch extractor and see what happens
37-
exec "python ./${MAIN_SCRIPT}"
37+
exec python "./${MAIN_SCRIPT}"
3838
fi
3939

4040
exec "$@"

0 commit comments

Comments
 (0)