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

Exception when running latest code #3

Open
mirono opened this issue Jun 17, 2023 · 0 comments
Open

Exception when running latest code #3

mirono opened this issue Jun 17, 2023 · 0 comments

Comments

@mirono
Copy link

mirono commented Jun 17, 2023

Enter the IBKR statement CSV path (default: 2022_ibkr_report.csv): U1290723_U1290723_20220103_20221230_AS_1275236_0a68b1481f4ded1f86bdb36e60b4b0c0.csv
Enter the rate CSV file path (will try to find it at: usd_ils.csv or otherwise fetch it from BOI):
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/Users/miron/Dev/IBKR-to-1325-form/src/main.py", line 115, in
main()
File "/Users/miron/Dev/IBKR-to-1325-form/src/main.py", line 34, in main
schema_name_to_df = parse_statement(statement_csv_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/miron/Dev/IBKR-to-1325-form/src/parse_statement.py", line 43, in parse_statement
raise f'Unexpected header {header}'
TypeError: exceptions must derive from BaseException

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

No branches or pull requests

1 participant