[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-08-23 19:39:24 +00:00
parent 09e08f6342
commit b8ac98ee9f
+3 -1
View File
@@ -158,7 +158,9 @@ def setup_setuptools_cross_compile(
return
# Move the existing file and restore it when we exit
log.notice(f"Preserving {distutils_cfg} as {distutils_bak.name}. It will be restored afterwards.")
log.notice(
f"Preserving {distutils_cfg} as {distutils_bak.name}. It will be restored afterwards."
)
try:
distutils_cfg.replace(distutils_bak)
except OSError as exc: