Closed moldovan-clarifai closed 2 years ago
When running export APP_ID=$(python $CLARIFAI_PYTHON_GRPC_ROOT/scripts/app_and_key_for_tests.py --create-app python-github) , no output is displayed in case of error.
export APP_ID=$(python $CLARIFAI_PYTHON_GRPC_ROOT/scripts/app_and_key_for_tests.py --create-app python-github)
print
os._exit
raise
Issue
When running
export APP_ID=$(python $CLARIFAI_PYTHON_GRPC_ROOT/scripts/app_and_key_for_tests.py --create-app python-github)
, no output is displayed in case of error.Fix
print
andos._exit
withraise
.