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

Commit9418afd

Browse files
committed
Update friendly-traceback
1 parent1a36da2 commit9418afd

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

‎backend/main/test_transcript.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,7 @@
25102510
]
25112511
}
25122512
],
2513-
"friendly":"<p>A <code>NameError</code> exception indicates that a variable or\nfunction name is not known to Python.\nMost often, this is because there is a spelling mistake.\nHowever, sometimes it is because the name is used\nbefore being defined or given a value.</p>\n<p>In your program, the unknown name is <code>char</code>.\nThe Python builtin <code>'chr'</code> has a similar name. </p>",
2513+
"friendly":"<p>A <code>NameError</code> exception indicates that a variable or\nfunction name is not known to Python.\nMost often, this is because there is a spelling mistake.\nHowever, sometimes it is because the name is used\nbefore being defined or given a value.</p>\n<p>In your program, the unknown name is <code>char</code>.\nThe Python builtin <code>chr</code> has a similar name. </p>",
25142514
"tail":""
25152515
}
25162516
]

‎poetry.lock‎

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dryenv = "^0.0.1"
3131
stack_data ="^0.0.7"
3232
jsonfield ="^3.1.0"
3333
BetterErrorMessages ="^0.4"
34-
friendly-traceback ={git ="https://github.com/aroberge/friendly-traceback.git",rev ="08e88187" }
34+
friendly-traceback ="^0.1.2"
3535

3636
[tool.poetry.extras]
3737
production = ["gevent","gunicorn","psycopg2"]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp