summaryrefslogtreecommitdiffstats
path: root/Lib/test/tf_inherit_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/tf_inherit_check.py')
-rw-r--r--Lib/test/tf_inherit_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/tf_inherit_check.py b/Lib/test/tf_inherit_check.py
index a8b80d2..0fd1089 100644
--- a/Lib/test/tf_inherit_check.py
+++ b/Lib/test/tf_inherit_check.py
@@ -19,7 +19,7 @@ try:
sys.stderr.write("fd %d is open in child" % fd)
sys.exit(1)
-except StandardError:
+except Exception:
if verbose:
raise
sys.exit(1)