You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseQReaderException('Received message of type: %s where response was expected')
This exception has "%s" but is missing argument.
Suggestion: raise QReaderException('Received message of type: %s where response was expected' % response.type)
The text was updated successfully, but these errors were encountered:
qPython/qpython/qconnection.py
Line 309 in 7e64a28
This exception has "%s" but is missing argument.
Suggestion:
raise QReaderException('Received message of type: %s where response was expected' % response.type)
The text was updated successfully, but these errors were encountered: