forked from moritz/alakazam
feat: unbuffer the output
This commit is contained in:
@ -20,7 +20,7 @@ fi
|
||||
|
||||
# Activate the virtual environment
|
||||
source $VENV_PATH/bin/activate
|
||||
python3 $SCRIPT_DIR/alakazam.py "$@"
|
||||
python3 -u $SCRIPT_DIR/alakazam.py "$@"
|
||||
py_exit=$?
|
||||
deactivate
|
||||
exit "$py_exit"
|
||||
|
||||
Reference in New Issue
Block a user