mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-23 01:53:28 +00:00
Fix uninitialized self._prevdict
self._prevdict was referenced without initialization.
This commit is contained in:
parent
110820e7b7
commit
0f60fc6df7
@ -53,6 +53,7 @@ def _parseserver(string):
|
||||
|
||||
class Command(object):
|
||||
def __init__(self, server=None):
|
||||
self._prevdict = None
|
||||
self._prevkeyname = None
|
||||
self.connection = None
|
||||
self._currnoderange = None
|
||||
|
Loading…
Reference in New Issue
Block a user