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

Commit8b4a0d6

Browse files
[3.13]gh-125522: Fix bare except intest_uuid (GH-129018) (#129455)
gh-125522: Fix bare except in `test_uuid` (GH-129018)(cherry picked from commita1a4e9f)Co-authored-by: Tomas R <tomas.roun8@gmail.com>
1 parentf502c8f commit8b4a0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/test/test_uuid.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def importable(name):
1919
try:
2020
__import__(name)
2121
returnTrue
22-
except:
22+
exceptModuleNotFoundError:
2323
returnFalse
2424

2525

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp