help and man Commands Fail #4

Open
opened 2019-02-07 18:32:26 +00:00 by rdmarsee · 0 comments
rdmarsee commented 2019-02-07 18:32:26 +00:00 (Migrated from creamery.cheesewatergames.net)

When using 'help' or 'man', I get the following error:

help
Traceback (most recent call last):
File "C:\Users\rdm06011\devstuff\gameshell\shell.py", line 262, in handleCommand
self.__commandscommand[0]
File "gameshell.py", line 56, in man
super(GameShell, self).man(args)
File "C:\Users\rdm06011\devstuff\gameshell\shell.py", line 136, in man
help(self.__commands[args[0]])
IndexError: list index out of range
list index out of range

When using 'help' or 'man', I get the following error: > help Traceback (most recent call last): File "C:\Users\rdm06011\devstuff\gameshell\shell.py", line 262, in handleCommand self.__commands[command[0]](command[1:]) File "gameshell.py", line 56, in man super(GameShell, self).man(args) File "C:\Users\rdm06011\devstuff\gameshell\shell.py", line 136, in man help(self.__commands[args[0]]) IndexError: list index out of range list index out of range
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Cheese-water/gameshell#4
No description provided.