aboutsummaryrefslogtreecommitdiff
path: root/tests/net_inet/test_tls_sites.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/net_inet/test_tls_sites.py')
-rw-r--r--tests/net_inet/test_tls_sites.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net_inet/test_tls_sites.py b/tests/net_inet/test_tls_sites.py
index 876343acf..d2cb928c8 100644
--- a/tests/net_inet/test_tls_sites.py
+++ b/tests/net_inet/test_tls_sites.py
@@ -54,7 +54,7 @@ def main():
test_one(site, opts)
print(site, "ok")
except Exception as e:
- print(site, repr(e))
+ print(site, e)
main()