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

Add whitespace between two words.

  • Loading branch information
philip-loggly committed Aug 20, 2013
commit e8dc90eab1ad120b2dd232f335d8551748661317
@@ -801,7 +801,7 @@ def get_auth_token(loggly_user, loggly_password, loggly_subdomain):
for _ in range(0, 5):
try:
str_msg = ("Please select (1-" + str(index + 1) + ")"
"to specify which Customer Token"
"to specify which Customer Token "
"you want to use. (Default is 1): ")
user_choice = int(usr_input(str_msg)) - 1
if user_choice < 0 or user_choice > (index):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.