On Wed, 7 Sep 2016 17:23:24 +0200 Christoph Zwerschke <[email protected]> wrote: > A quick fix would be to set self.db = None at the very beginning of > the DB.__init__ method. I'll try to come up with a better fix.
Or, set it as a class variable before __init__ even gets called. For some reason I thought that we already did that. -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org IM:[email protected] _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
