Skip to content

Commit cdd1ea5

Browse files
committed
debugging
1 parent 753548b commit cdd1ea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system_test/fixture.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,9 @@ def check_http_up():
324324
except socket.timeout:
325325
print("socket timeout")
326326
pass
327-
except urllib.error.URLError:
327+
except urllib.error.URLError as e:
328328
print("url error")
329+
print(e)
329330
pass
330331
return False
331332

0 commit comments

Comments
 (0)