Skip to content

Commit 08aa550

Browse files
committed
Update expected file
Missed in ea3e310.
1 parent eb67e2e commit 08aa550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/plpython/expected/plpython_ereport.out

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ CONTEXT: Traceback (most recent call last):
6868
plpy.info('unsupported argument', blabla='fooboo')
6969
PL/Python anonymous code block
7070
DO $$ plpy.info('first message', message='second message') $$ LANGUAGE plpythonu;
71-
ERROR: TypeError: Argument 'message' given by name and position
71+
ERROR: TypeError: argument 'message' given by name and position
7272
CONTEXT: Traceback (most recent call last):
7373
PL/Python anonymous code block, line 1, in <module>
7474
plpy.info('first message', message='second message')
7575
PL/Python anonymous code block
7676
DO $$ plpy.info('first message', 'second message', message='third message') $$ LANGUAGE plpythonu;
77-
ERROR: TypeError: Argument 'message' given by name and position
77+
ERROR: TypeError: argument 'message' given by name and position
7878
CONTEXT: Traceback (most recent call last):
7979
PL/Python anonymous code block, line 1, in <module>
8080
plpy.info('first message', 'second message', message='third message')

0 commit comments

Comments
 (0)