mirror of
https://github.com/xcat2/confluent.git
synced 2025-08-20 10:10:23 +00:00
Fix invocation of json restore change
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user