Skip to content

Commit d417823

Browse files
style: pre-commit fixes
1 parent 0bbbd89 commit d417823

File tree

1 file changed

+1
-2
lines changed
  • src/scikit_build_core/repair_wheel

1 file changed

+1
-2
lines changed

src/scikit_build_core/repair_wheel/linux.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ def get_package_rpaths(self, target: Target, install_path: Path) -> list[str]:
9292
rpaths.append(new_rpath_str)
9393
except Exception as exc:
9494
logger.warning(
95-
"Could not parse link-library as a path: {fragment}\n"
96-
"exc = {exc}",
95+
"Could not parse link-library as a path: {fragment}\nexc = {exc}",
9796
fragment=link_command.fragment,
9897
exc=exc,
9998
)

0 commit comments

Comments
 (0)