Menu

#38 Cannor undo command

open
nobody
None
5
2005-04-23
2005-04-23
No

This error was produced by running the commands
command, then uncapping all the letters and making
them bold and big, and then trying to undo the whole
process.

Traceback (most recent call last):
File "reducks.archy/key.py", line 328,
in _executeCommand

archyState.commandHistory.executeCommand(command)
File
"commands/__init__.py",
line 338, in executeCommand
commandObject.execute()
File
"commands/__init__.py",
line 210, in execute

archyState.commandHistory._history[archyState.commandHistory._lastCommandIndex].undo()
File
"commands/run.py",
line 683, in undo
self.moveCursor.undo()
AttributeError: GoToLastErrorCommand instance has no
attribute 'moveCursor'

Discussion


Log in to post a comment.