Skip to content

Conversation

@nikochiko
Copy link
Contributor

@nikochiko nikochiko commented Jan 17, 2020

except (OSError, IOError) as e:
echo(e)
token = get_user_auth_token()
echo(f"Current token is {token}")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please change this to echo("Current token is {0}".format(token)) to maintain consistency in codebase?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! 👍

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.

2 participants