mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-15 12:17:47 +00:00
Fix invocation of json restore change
This commit is contained in:
parent
4952e87309
commit
c0629fcce5
@ -2479,7 +2479,7 @@ class ConfigManager(object):
|
||||
def _load_from_json(self, jsondata, sync=True):
|
||||
self.inrestore = True
|
||||
try:
|
||||
_load_from_json_backend(self, jsondata, sync=True)
|
||||
self._load_from_json_backend(jsondata, sync=True)
|
||||
finally:
|
||||
self.inrestore = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user