Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chiragbaligci
Copy link

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.

@click.option('--host')
def main(auth,host):


Copy link
Member

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")
Copy link
Member

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 ")
Copy link
Member

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()

Copy link
Member

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?

@Ram81
Copy link
Member

Ram81 commented Dec 8, 2019

@chiragbaligci also rename the PR title relevant to your task

Copy link
Member

@krtkvrm krtkvrm left a 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.

@Ram81
Copy link
Member

Ram81 commented Dec 8, 2019

@chiragbaligci please close this PR as this one is redundant.

@chiragbaligci
Copy link
Author

chiragbaligci commented Dec 8, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants