[PATCH v2 36/72] scripts/qmp-shell: declare verbose in __init__

John Snow posted 72 patches 5 years, 3 months ago
[PATCH v2 36/72] scripts/qmp-shell: declare verbose in __init__
Posted by John Snow 5 years, 3 months ago
Signed-off-by: John Snow <jsnow@redhat.com>
---
 scripts/qmp/qmp-shell | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/qmp/qmp-shell b/scripts/qmp/qmp-shell
index 2e9ae5d59bd9..7233c4e00b89 100755
--- a/scripts/qmp/qmp-shell
+++ b/scripts/qmp/qmp-shell
@@ -124,6 +124,7 @@ class QMPShell(qmp.QEMUMonitorProtocol):
         self._actions = list()
         self._histfile = os.path.join(os.path.expanduser('~'),
                                       '.qmp-shell_history')
+        self._verbose = False
 
     @classmethod
     def __get_address(cls, arg):
-- 
2.26.2