Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08aa550

Browse files
committed
Update expected file
Missed inea3e310.
1 parenteb67e2e commit08aa550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pl/plpython/expected/plpython_ereport.out

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp