Skip to content

Commit 5134001

Browse files
committed
update
1 parent ad24953 commit 5134001

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/auditwheel/repair.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ def repair_wheel(
9292
copy_works[new_path] = pool.submit(
9393
copylib, src_path, dest_dir, patcher
9494
)
95-
else:
96-
if copy_works[new_path].done():
97-
assert new_path.exists()
9895
soname_map[soname] = (new_soname, new_path)
9996
replacements.append((soname, new_soname))
10097

0 commit comments

Comments
 (0)