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

IndentationError Fix #35

Open tmcls opened 12 years ago

tmcls commented 12 years ago

Fixed the following erro:

IndentationError: unindent does not match any outer indentation level   File "./raspiwrite.py", line 277     SDsnip = SD.replace(' ', '')[:-1]