Searched refs:judge_updater_img_available (Results 1 – 2 of 2) sorted by relevance
23 from judge_updater_image import judge_updater_img_available69 if not judge_updater_img_available(os.getcwd()):
78 def judge_updater_img_available(updater_root_path: str) -> bool: function