exxeleron / qPython

interprocess communication between Python and kdb+
http://www.devnet.de
Apache License 2.0
152 stars 89 forks source link

Exception "Received message of type" is missing argument #72

Open wibotwi opened 4 years ago

wibotwi commented 4 years ago

https://github.com/exxeleron/qPython/blob/7e64a28b1e8814a8d6b9217ce79bb8de546e62f3/qpython/qconnection.py#L309

This exception has "%s" but is missing argument. Suggestion: raise QReaderException('Received message of type: %s where response was expected' % response.type)