Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

Fix for enhancement#1000: Google Code-in Task to update the error mes… #185

Closed Rithi-21 closed 4 years ago

Rithi-21 commented 4 years ago

…sage

Fix for enhancement#1000: Google Code-in Task to update the error message This is for Google Code-in Task. Updated the error message to add the URL of the API end point to the end of the existing error message. Currently it shows as " Please check the Host URL" and it is modified to add the host url at the end of this message. ex: if the CLI is not able to connect to https://api.evalai.example the error should be "Could not establish connection to EvalAI. Please check the Host URL: https://api.evalai.example".

IMPORTANT NOTES (please read, then delete):

The PR title should start with "Fix #bugnum: " (if applicable), followed by a clear one-line present-tense summary of the changes introduced in the PR. For example: "Fix #bugnum: Introduce the first version of the collection editor.".

Please make sure to mention "#bugnum" somewhere in the description of the PR. This enables Github to link the PR to the corresponding bug.

Please also make sure to follow the style rules.

Rithi-21 commented 4 years ago

Hello Karthik Verma/Rishab Jain/Ram Ramrakhya/Yash Dusing:

This is for the Google code-in task. Please review and merge it to master branch

Regards Rithi

Rithi-21 commented 4 years ago

Based on mentor's feedback, fixing the error message