File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
raise AssertionError (
36
36
"Failed to resolve hostname, \
37
37
please check your router's DNS configuration."
38
- )
38
+ ) from error
39
39
continue
40
40
print ("-" * 60 )
41
41
Original file line number Diff line number Diff line change 34
34
raise AssertionError (
35
35
"Failed to resolve hostname, \
36
36
please check your router's DNS configuration."
37
- )
37
+ ) from error
38
38
continue
39
39
print ("-" * 40 )
40
40
55
55
raise AssertionError (
56
56
"Failed to resolve hostname, \
57
57
please check your router's DNS configuration."
58
- )
58
+ ) from error
59
59
continue
60
60
print ("-" * 40 )
61
61
77
77
raise AssertionError (
78
78
"Failed to resolve hostname, \
79
79
please check your router's DNS configuration."
80
- )
80
+ ) from error
81
81
continue
82
82
print ("-" * 40 )
83
83
101
101
raise AssertionError (
102
102
"Failed to resolve hostname, \
103
103
please check your router's DNS configuration."
104
- )
104
+ ) from error
105
105
continue
106
106
print ("-" * 40 )
107
107
You can’t perform that action at this time.
0 commit comments