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

Syntax errors #47

Open balsama opened 11 years ago

balsama commented 11 years ago

I got a couple syntax errors (missing colon and expecting indent in if/then statement) when trying to run this on os x 10.8. I don't write python, but it runs fine with these tweaks.

vinyll commented 11 years ago

I met the same issue on osx 7. Theses 3 changes fixed it.

tolleiv commented 11 years ago

Worked fine for me too.