Clarifai / clarifai-python-grpc

Clarifai gRPC Python API client
https://docs.clarifai.com
Other
56 stars 20 forks source link

[TP-1138] :recycle: Fix raising error in app_and_key_for_tests.py #89

Closed moldovan-clarifai closed 2 years ago

moldovan-clarifai commented 2 years ago

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