2
0
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:
Jarrod Johnson 2023-09-15 11:41:12 -04:00
parent 4952e87309
commit c0629fcce5

View File

@ -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