summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/plpython_subtransaction.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/expected/plpython_subtransaction.out')
-rw-r--r--src/pl/plpython/expected/plpython_subtransaction.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/expected/plpython_subtransaction.out b/src/pl/plpython/expected/plpython_subtransaction.out
index 8df64e7619c..0d0ff2e36d9 100644
--- a/src/pl/plpython/expected/plpython_subtransaction.out
+++ b/src/pl/plpython/expected/plpython_subtransaction.out
@@ -66,7 +66,7 @@ with plpy.subtransaction():
with plpy.subtransaction():
plpy.execute("INSERT INTO subtransaction_tbl VALUES (3)")
plpy.execute("error")
- except plpy.SPIError, e:
+ except plpy.SPIError as e:
if not swallow:
raise
plpy.notice("Swallowed %s(%r)" % (e.__class__.__name__, e.args[0]))