Loading load_check.py +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class MultipleTest(unittest.TestCase): if os.path.exists(chrome_path) and os.path.isfile(chrome_path): self.binary_location = chrome_path break else: print(f"입력한 경로가 존재하지 않거나 파일이 아닙니다: {chrome_path}") print("다시 입력해주세요.\n") Loading Loading
load_check.py +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ class MultipleTest(unittest.TestCase): if os.path.exists(chrome_path) and os.path.isfile(chrome_path): self.binary_location = chrome_path break else: print(f"입력한 경로가 존재하지 않거나 파일이 아닙니다: {chrome_path}") print("다시 입력해주세요.\n") Loading