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

Default config not compatible with configparser #4

Closed xentac closed 8 years ago

xentac commented 8 years ago

Because of this line "output_date_format = %Y/%m/%d". Turns out % is only valid if followed by % or (.

madhat2r commented 8 years ago

Fixed