ChameleonCloud / python-chi

Python client for the Chameleon testbed
Apache License 2.0
4 stars 4 forks source link

EmptyCatalog error should give helpful message #20

Open msherman64 opened 3 years ago

msherman64 commented 3 years ago

Currently we print a traceback on an EmptyCatalog error. We should print a useful message instead. Example:

except keystoneauth1.exceptions.EmptyCatalog as ex:
    print("Received empty catalog error, make sure you are authenticated to a site.")
BNNARAJ commented 8 months ago

Hello, @msherman64 sir, I want to resolve this issue,can you please navigate me to the code file in which I can change this error message and make it more meaningful