Skip to content

Commit 2a1115d

Browse files
committed
Fix unreachable code
Signed-off-by: Nick Semenkovich <semenko@alum.mit.edu>
1 parent 1e17430 commit 2a1115d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/chromium/script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class bcolors:
6565
elif driver.current_url.startswith('http'):
6666
print bcolors.FAIL + "Chromium: HTTP to HTTPS redirection failed" + bcolors.ENDC
6767
test_failed = True
68-
sys.exit(1)
6968

7069
print ''
7170

0 commit comments

Comments
 (0)