We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad24953 commit 5134001Copy full SHA for 5134001
src/auditwheel/repair.py
@@ -92,9 +92,6 @@ def repair_wheel(
92
copy_works[new_path] = pool.submit(
93
copylib, src_path, dest_dir, patcher
94
)
95
- else:
96
- if copy_works[new_path].done():
97
- assert new_path.exists()
98
soname_map[soname] = (new_soname, new_path)
99
replacements.append((soname, new_soname))
100
0 commit comments