You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2018. It is now read-only.
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