Skip to content

Commit 33d7979

Browse files
.....
1 parent 4a74654 commit 33d7979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_modutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def test_std_lib_found_before_same_named_package_on_path(self) -> None:
276276

277277
file = modutils.file_from_modpath(["copy"])
278278
if WIN32:
279-
raise AssertionError('\n'.join(resource, sys_path, file))
279+
raise AssertionError('\n'.join([resource, sys_path, file]))
280280
self.assertNotIn("test", file) # tests/testdata/python3/data/copy.py
281281
self.assertTrue(any(stdlib in file for stdlib in modutils.STD_LIB_DIRS))
282282

0 commit comments

Comments
 (0)