Skip to content

Commit 7423ba5

Browse files
committed
fixup! Display exception string when loading a plugin failed
1 parent 856959c commit 7423ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/check-custom-plugin.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tmp/mypy.ini:2: error: Can't find plugin 'tmp/missing.py'
7070
[[mypy]
7171
plugins=missing
7272
[out]
73-
tmp/mypy.ini:2: error: Error importing plugin 'missing'
73+
tmp/mypy.ini:2: error: Error importing plugin 'missing': No module named 'missing'
7474

7575
[case testMultipleSectionsDefinePlugin]
7676
# flags: --config-file tmp/mypy.ini

0 commit comments

Comments
 (0)