Skip to content

Commit 7ed770a

Browse files
authored
Fix: Python Version 3.8
1 parent c65f0ca commit 7ed770a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

consumer/run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
python3 app/set_properties.py
3-
`python3 /usr/bin/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties app/record_processor.properties --log-configuration app/logback.xml` &
2+
python3.8 app/set_properties.py
3+
`python3.8 /usr/bin/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties app/record_processor.properties --log-configuration app/logback.xml` &
44
touch /app/logs/record_processor.log
5-
exec tail -f /app/logs/record_processor.log
5+
exec tail -f /app/logs/record_processor.log

0 commit comments

Comments
 (0)