almog / IBKR-to-1325-form

Processes Interactive Brokers CSV statement into Israel tax report form 1325
MIT License
3 stars 1 forks source link

Exception when running latest code #3

Open mirono opened 1 year ago

mirono commented 1 year ago

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