Simple syntax error

  1. timo@poweredge:~$ sudo /usr/local/bin/deb2flash.py
  2. File "/usr/local/bin/deb2flash.py", line 1197
  3. print " Configuring Grub."
  4. ^
  5. SyntaxError: invalid syntax

Sure enough, look at line 1196 there is an accedental 'u' before the comment.

Tim - t413.com