On 02/09/2022 20:49, Bruce Berkowicz wrote:
Hello,
Thanks for helping.
I left out code that I thought was unimportant.
My class does have a name function that returns the name of the importer.
So I am not sure why importer.name() is failing.

My class is actually this:

The code below has no indentation. I think something went wrong...

class ChaseBankImporter(importer.ImporterProtocol):
def __init__(self, account, name, currency='USD'):
self.account = account
self.name = name
  ^^^^^^^^^^^^^^^^

The problem is here, this overrides the ``name()`` method with a ``name`` instance property.

Cheers,
Dan

--
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/69aa2745-2658-20b0-4546-e7448b2af536%40grinta.net.

Reply via email to