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

Less drama when displaying error message. #3

Merged
merged 6 commits into from Aug 20, 2013

More required whitespace.

  • Loading branch information
philip-loggly committed Aug 20, 2013
commit 51e3bac166d5c42a4756c7e61a1a5f03d8e3eae1
@@ -793,7 +793,7 @@ def get_auth_token(loggly_user, loggly_password, loggly_subdomain):
user_choice = 0
if len(auth_tokens) > 1:
Logger.printLog(("Multiple Customer Tokens"
"received from server."),
" received from server."),
print_comp = True)
for index in range(0, len(auth_tokens)):
Logger.printLog("\t%d. %s"%(index + 1, auth_tokens[index]),
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.