Commit 0fa0a707 authored by Watchtek's avatar Watchtek
Browse files

fix R1723

parent 216fcf27
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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")