We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From email:
PFA a sample file for investment account. When I try to parse the file I get the following error :
Traceback (most recent call last): File "", line 1, in File "ofxparse.py", line 140, in parse ofx_obj.account = cls_.parseInvstmtrs(invstmtrs_ofx) File "ofxparse.py", line 163, in parseInvstmtrs account = InvestmentAccount() File "ofxparse.py", line 79, in init super(InvestmentAccount, self).init(self) TypeError: init() takes exactly 1 argument (2 given)
The text was updated successfully, but these errors were encountered:
Fixed traceback on investment file (Issue #11)
08048e6
jseutter
No branches or pull requests
From email:
PFA a sample file for investment account. When I try to parse the file I get the following error :
Traceback (most recent call last):
File "", line 1, in
File "ofxparse.py", line 140, in parse
ofx_obj.account = cls_.parseInvstmtrs(invstmtrs_ofx)
File "ofxparse.py", line 163, in parseInvstmtrs
account = InvestmentAccount()
File "ofxparse.py", line 79, in init
super(InvestmentAccount, self).init(self)
TypeError: init() takes exactly 1 argument (2 given)
The text was updated successfully, but these errors were encountered: