sebbASF opened a new issue #35: URL: https://github.com/apache/incubator-ponymail-foal/issues/35
https://github.com/apache/incubator-ponymail-foal/blob/f1c2e09131bbd4fdc6fc09169b4354e80a12b83e/server/plugins/session.py#L73 The code does not handle kwargs consistently. If kwargs is missing, more entries are set up. I would expect the defaults to be the same for both; one way to do this is to create an empty kwargs if it does not exist. Then proceed as if it had been provided. Also self.host is not defined as a type. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
