mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +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…
Reference in New Issue
Block a user