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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: