Skip to content

Comments

Fix for empty quit message#235

Open
OrpheusGr wants to merge 1 commit intojaraco:mainfrom
OrpheusGr:OrpheusGr-fix_for_on_quit_error
Open

Fix for empty quit message#235
OrpheusGr wants to merge 1 commit intojaraco:mainfrom
OrpheusGr:OrpheusGr-fix_for_on_quit_error

Conversation

@OrpheusGr
Copy link

When a quit occurs and there is no quit message len(arguments) is 0 (arguments is an empty list) and so this line in _handle_other "arguments = [arguments[0]]" causes an "IndexError". as i also posted here: #210

When a quit occurs and there is no quit message len(arguments) is 0 (arguments is an empty list) and so this line in _handle_other "arguments = [arguments[0]]" causes an "IndexError".
as i also posted here: jaraco#210
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.

1 participant