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

Blocking of several users ends prematurely if t comes across a nonexistent/suspended user #199

Open
44b7d5d32fc78037566e3b7e07ef10d9 opened this issue Jun 19, 2014 · 0 comments

Comments

@44b7d5d32fc78037566e3b7e07ef10d9

When blocking multiple users at once (e.g. cat-ing a list and using xargs), t will fail to block any users listed after a nonexistent or suspended user.

For example:
t block User1 NonexistentUser User2

In this case, t will block User1 but will return a Sorry, that page does not exist error for NonexistentUser and exit. User2 will not be blocked.

It would be good if t handled this issue gracefully, preferably with a user friendly message (e.g. "Skipping user .")

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

No branches or pull requests

1 participant