Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.
This repository was archived by the owner on May 8, 2018. It is now read-only.

Help i'm getting a syntax error #10

@oasec1

Description

@oasec1

the error is a syntax error and its coming from this first line

except StandardError, detail: <----------------------------------------this is line 178
print "Exception during file read:\n%s" % detail
print "Exiting."
sys.stderr.write("fixofx failed with error code 1\n")
sys.exit(1)

Here is the rror message

D:\fixofx>python fixofx.py d:\fixofx\history.qif
File "fixofx.py", line 178
except StandardError, detail:
^
SyntaxError: invalid syntax

Thanks
Robert

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions