exaviorn / RasPiWrite

A Python Script that prepairs and installs a Raspberry Pi compatiable distro to an SD Card
exaviorn.com/raspiwrite
GNU General Public License v3.0
209 stars 130 forks source link

Update raspiwrite.py #32

Closed thecodenomad closed 7 months ago

thecodenomad commented 12 years ago

Missing colon on else statement at 177, and missing indentation at 275 & 278.

ingalls commented 12 years ago

This definitely needs to be added! It currently breaks the program

hbast commented 12 years ago

that's right. here's the console output

mac-mini:wheezy-offical holger$ sudo ./raspiwrite.py File "./raspiwrite.py", line 177 else ^ SyntaxError: invalid syntax

ingalls commented 12 years ago

@rrgomez the patch works perfectly and thanks for submitting it.. Now I just wish it would get pulled...

lolsborn commented 12 years ago

+1 for this patch. I expect Alpha software to have some bugs, but you should at least try to run the thing before pushing upstream.