-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chiragbaligci patch 4 #190
base: master
Are you sure you want to change the base?
Chiragbaligci patch 4 #190
Conversation
auth key and host id
add-command-CLI
@click.option('--host') | ||
def main(auth,host): | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra newline
def main(auth,host): | ||
|
||
|
||
a=click.prompt("AUTHENTICATION TOKEN") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename variable names which are appropriate to the task
|
||
|
||
a=click.prompt("AUTHENTICATION TOKEN") | ||
h=click.prompt("HOST ID ") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add space before and after =
. Also remove trailing spaces in the click.prompt
@@ -6,18 +6,18 @@ | |||
from evalai.utils.auth import get_user_auth_token_by_login | |||
from evalai.utils.config import AUTH_TOKEN_PATH, AUTH_TOKEN_DIR | |||
|
|||
@click.command() | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there a blank line in between?
@chiragbaligci also rename the PR title relevant to your task |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @chiragbaligci
Can you please modify the PR Description to be informative and give context of your work and changes that you are proposing to the codebase.
@chiragbaligci please close this PR as this one is redundant. |
Ok
Sent from Mail for Windows 10
From: Ram Ramrakhya
Sent: Sunday, December 8, 2019 2:27 PM
To: Cloud-CV/evalai-cli
Cc: chiragbaligci; Mention
Subject: Re: [Cloud-CV/evalai-cli] Chiragbaligci patch 4 (#190)
@chiragbaligci closing this PR as this one is redundant.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
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.