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

Fixed a typo & indentation errors. #42

Open prehensile opened 12 years ago

prehensile commented 12 years ago

There was a missing : on line 177 and space+tab indentation on lines 275 & 278. These errors were preventing the script from running on my Mac.