Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update raspiwrite.py #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update raspiwrite.py #64

wants to merge 1 commit into from

Conversation

bobson38
Copy link

I got the following errors:

- File "./raspiwrite.py", line 177
    else
       ^
  SyntaxError: invalid syntax

- File "./raspiwrite.py", line 275
    SDsnip =  SD.replace(' ', '')[:-1]
         ^
  IndentationError: expected an indented block

So i added the ":" after the else on line 177, corrected the indentation level on line 275 and 278.

I got the following errors:

- File "./raspiwrite.py", line 177
    else
       ^
  SyntaxError: invalid syntax

- File "./raspiwrite.py", line 275
    SDsnip =  SD.replace(' ', '')[:-1]
         ^
  IndentationError: expected an indented block

So i added the ":" after the else on line 177, corrected the indentation level on line 275 and 278.
@MidnightJava
Copy link

This sounds like a useful tool, but it seems to not be supported any longer. After fixing the syntax and indentation errors mentioned above, the xml parser fails trying to parse http://www.exaviorn.com/raspiwrite.xml, which is not surprising since that domain is now up for sale. So using the Unix dd command as described on the Ras Pi Downloads page is the way to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants