Comment 3 for bug 858978

Revision history for this message
Sebastian Henneberg (sibi) wrote :

The output is a python stacktrace:

$ ./xrotate.py inverted
Traceback (most recent call last):
  File "./xrotate.py", line 846, in <module>
    r.rotate(direction)
  File "./xrotate.py", line 770, in rotate
    display.direction = display.rotate(direction)
AttributeError: 'NoneType' object has no attribute 'rotate'