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
$./easyBankcsv2qif.py ../EASYBANK_Umsatzliste_20211128_1122.csv
Traceback (most recent call last):
File "./easyBankcsv2qif.py", line 324, in <module>
instream = open(args.file, mode='r', encoding=args.encfrom)
TypeError: 'encoding' is an invalid keyword argument for this function
Same goes with a csv file as param
The text was updated successfully, but these errors were encountered:
bernhardh
changed the title
Getting 'encoding' error even on help
Getting 'encoding' error
Nov 28, 2021
Same goes with a csv file as param
The text was updated successfully, but these errors were encountered: