madhat2r / plaid2text

Python Scripts to export Plaid transactions and transform them into Ledger or Beancount syntax formatted files.
GNU General Public License v3.0
89 stars 19 forks source link

Can't create an account because variable "create" doesn't exist #1

Closed xentac closed 8 years ago

xentac commented 8 years ago

https://github.com/madhat2r/plaid2text/blame/master/src/python/plaid2text/online_accounts.py#L130

Seems like you switched from processing strings to bools, but only half way.

madhat2r commented 8 years ago

fixed