scripts/qmp-shell: initialize completer early
Add an empty completer as a more type-safe placeholder instead of 'None'. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210607200649.1840382-26-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
db12abc208
commit
4157429582
@ -125,7 +125,7 @@ class QMPShell(qmp.QEMUMonitorProtocol):
|
||||
def __init__(self, address, pretty=False, verbose=False):
|
||||
super().__init__(self.parse_address(address))
|
||||
self._greeting = None
|
||||
self._completer = None
|
||||
self._completer = QMPCompleter()
|
||||
self._pretty = pretty
|
||||
self._transmode = False
|
||||
self._actions = list()
|
||||
|
Loading…
Reference in New Issue
Block a user