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 #39

Open FunkyMcNasty opened 12 years ago

FunkyMcNasty commented 12 years ago

Syntax issues with script on lines 177 and 275.

line 177: else

to

else:

line 275: Needs an additional tab before: SDsnip = SD.replace(' ', '')[:-1]