Searched refs:json_config (Results 1 – 1 of 1) sorted by relevance
36 json_config = json.load(f)39 if json_config["version"] not in supported_versions:40 … version {}, which is not in supported versions: {}".format(json_path, json_config["version"], sup…44 return json_config46 def _modify_repo_config(self, json_config, args): argument47 sources = json_config['sources']60 layer_remote = json_config['sources'][repo]['git-remote']