My friend's python game. Error: Success!

Image Transcription: Code


[Windows PowerShell is opened, with Sublime Text running in the background.]

Traceback (most recent call last):
  File ".\rushhour.pu", line 230, in <module>
    game = Game(6, 6)
  File ".\rushhour.py", line 150, in __init__
    self.genBoard()
  File ".\rushhour.py", line 161, in genBoard
    car[3]                                # Column (X)
  File ".\rushhour.py", line 34, in __init__
    raise ValueError('Alignment must be "h" or "v". Received "%s"' % align)
ValueError: Alignment must be "h" or "v". Received "h"
PS C:\Users\[Black]\SkyDrive\Code\Python\CPSC 231\Assignments\Assignment 4>

I'm a human volunteer content transcriber for Reddit! If you'd like more information on what we do and why we do it, click here!2

/r/ProgrammerHumor Thread Link - i.imgur.com